diff options
Diffstat (limited to 'usr.bin/comm')
-rw-r--r-- | usr.bin/comm/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/comm/comm.1 | 2 | ||||
-rw-r--r-- | usr.bin/comm/comm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index 13da76fa2ef6..ec49ca9874ab 100644 --- a/usr.bin/comm/Makefile +++ b/usr.bin/comm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/comm/Makefile,v 1.4.38.1 2010/02/10 00:26:20 kensmith Exp $ PROG= comm diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 2402ab5a1ceb..c4dc28fb6cd8 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/comm/comm.1,v 1.14.24.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd January 26, 2005 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index ea9267311354..6297968611ab 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -47,7 +47,7 @@ static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/comm/comm.c,v 1.21.18.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); #include <err.h> #include <limits.h> |