diff options
Diffstat (limited to 'usr.bin/what')
| -rw-r--r-- | usr.bin/what/what.1 | 2 | ||||
| -rw-r--r-- | usr.bin/what/what.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index b5fe8bb05c80..c3ffa4b62f99 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -31,7 +31,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/what/what.1,v 1.9.2.1 1999/08/29 15:34:43 peter Exp $ .\" .Dd June 6, 1993 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 5a9bf35018ec..c3a836b20d0a 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/what/what.c,v 1.4.2.1 1999/08/29 15:34:44 peter Exp $"; #endif /* not lint */ #include <err.h> |
