summaryrefslogtreecommitdiff
path: root/usr.bin/mkstr
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkstr')
-rw-r--r--usr.bin/mkstr/Makefile2
-rw-r--r--usr.bin/mkstr/mkstr.12
-rw-r--r--usr.bin/mkstr/mkstr.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile
index 805c013d4a97..b0c432f5a315 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 2002/02/08 22:31:42 markm Exp $
PROG= mkstr
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1
index 1b83cc0ebf5d..98e0209e994a 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.12 2003/08/22 17:55:56 dds Exp $
.\"
.Dd November 1, 2002
.Dt MKSTR 1
diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c
index ce61c9d7ff9b..e7957ce8fa8e 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 2004/03/14 05:51:20 bde Exp $");
#include <err.h>
#include <errno.h>