diff options
Diffstat (limited to 'usr.bin/rup')
-rw-r--r-- | usr.bin/rup/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/rup/rup.1 | 2 | ||||
-rw-r--r-- | usr.bin/rup/rup.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d329774b711..86e9c9830ae5 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rup/Makefile,v 1.5.38.1 2010/02/10 00:26:20 kensmith Exp $ PROG= rup diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index fca4cdb6d956..615fd2204228 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rup/rup.1,v 1.20.12.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 239b313ce811..b4940f1f0ae0 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rup/rup.c,v 1.19.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> |