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..6a093801c6208 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.24.1 2010/02/10 00:26:20 kensmith Exp $ PROG= wc WARNS?= 6 diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 2e8ac2dd8bdde..03514045785f0 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.25.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd December 6, 2008 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index b787612d3b0ca..45c898b39dcfd 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.10.1.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> |