diff options
Diffstat (limited to 'usr.bin/expand')
| -rw-r--r-- | usr.bin/expand/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/expand/expand.1 | 2 | ||||
| -rw-r--r-- | usr.bin/expand/expand.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index c6b339c69fc2..6093c6b5b6cc 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/expand/Makefile,v 1.4 2002/02/08 22:31:38 markm Exp $ PROG= expand MLINKS= expand.1 unexpand.1 diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 263017cc26d3..c38ef3c227f1 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)expand.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/expand/expand.1,v 1.14 2005/01/17 07:44:17 ru Exp $ .\" .Dd April 21, 2002 .Dt EXPAND 1 diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 6c99db806856..3ba16b833283 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/expand/expand.c,v 1.15 2004/06/24 13:42:26 tjr Exp $"); #include <ctype.h> #include <err.h> |
