diff options
Diffstat (limited to 'usr.bin/mkstr')
| -rw-r--r-- | usr.bin/mkstr/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mkstr/mkstr.1 | 2 | ||||
| -rw-r--r-- | usr.bin/mkstr/mkstr.c | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index 805c013d4a972..1fa3d97a2dd73 100644 --- a/usr.bin/mkstr/Makefile +++ b/usr.bin/mkstr/Makefile @@ -1,5 +1,5 @@  #	@(#)Makefile	8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkstr/Makefile,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $  PROG=	mkstr diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 7435a25c741df..daf937301ba19 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -30,7 +30,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)mkstr.1	8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkstr/mkstr.1,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $  .\"  .Dd November 1, 2002  .Dt MKSTR 1 diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index ce61c9d7ff9b7..dc692a4a91804 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mkstr.c	8.1 (Berkeley) 6/6/93";  #endif /* not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mkstr/mkstr.c,v 1.11.28.1 2009/04/15 03:14:26 kensmith Exp $");  #include <err.h>  #include <errno.h>  | 
