summaryrefslogtreecommitdiff
path: root/usr.bin/fmt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r--usr.bin/fmt/Makefile2
-rw-r--r--usr.bin/fmt/fmt.12
-rw-r--r--usr.bin/fmt/fmt.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile
index b15d254d39368..4d1bbf81f4768 100644
--- a/usr.bin/fmt/Makefile
+++ b/usr.bin/fmt/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/fmt/Makefile,v 1.8.16.1 2008/10/02 02:57:24 kensmith Exp $
PROG= fmt
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1
index 162bcab0f9d2a..07a1081ecd221 100644
--- a/usr.bin/fmt/fmt.1
+++ b/usr.bin/fmt/fmt.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fmt.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/fmt/fmt.1,v 1.14.24.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.\" Modified by Gareth McCaughan to describe the new version of `fmt'
.\" rather than the old one.
diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c
index 33f92b1b82d55..0d5f581e7b050 100644
--- a/usr.bin/fmt/fmt.c
+++ b/usr.bin/fmt/fmt.c
@@ -173,7 +173,7 @@ static const char copyright[] =
"Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n";
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/fmt/fmt.c,v 1.22.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include <err.h>
#include <locale.h>