diff options
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/wc/wc.1 | 2 | ||||
-rw-r--r-- | usr.bin/wc/wc.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index edce9c1412c85..34407b7da7caa 100644 --- a/usr.bin/wc/Makefile +++ b/usr.bin/wc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/wc/Makefile,v 1.2 2004/12/27 22:27:56 josef Exp $ PROG= wc WARNS?= 6 diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index b95ad6aca0250..d0902e9eeda8d 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/wc/wc.1,v 1.23 2005/02/26 04:14:20 trhodes Exp $ .\" .Dd February 23, 2005 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 090ff7766a25c..d1d88f1a4e126 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/wc/wc.c,v 1.21 2004/12/27 22:27:56 josef Exp $"); #include <sys/param.h> #include <sys/stat.h> |