diff options
Diffstat (limited to 'usr.bin/mkstr')
| -rw-r--r-- | usr.bin/mkstr/mkstr.1 | 2 | ||||
| -rw-r--r-- | usr.bin/mkstr/mkstr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index c13fd49c7d77..c91cedc71e86 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.4.2.1 2000/03/06 11:34:46 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt MKSTR 1 diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index a0db88949595..38cee78baff3 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mkstr/mkstr.c,v 1.3.2.1 1999/08/29 15:31:08 peter Exp $"; #endif /* not lint */ #include <err.h> |
