diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch) | |
tree | 399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/fmt | |
parent | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff) | |
download | src-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz src-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip |
Notes
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r-- | usr.bin/fmt/fmt.1 | 2 | ||||
-rw-r--r-- | usr.bin/fmt/fmt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index e7413905239a..2760430e5546 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 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt FMT 1 diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 51cbe5cd1d62..94dd8c6de00d 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)fmt.c 8.1 (Berkeley) 7/20/93"; #else static const char rcsid[] = - "$Id: fmt.c,v 1.10 1997/08/21 03:41:41 jlemon Exp $"; + "$FreeBSD$"; #endif #endif /* not lint */ |