summaryrefslogtreecommitdiff
path: root/usr.bin/what
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/what
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
Notes
Diffstat (limited to 'usr.bin/what')
-rw-r--r--usr.bin/what/what.12
-rw-r--r--usr.bin/what/what.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1
index 7e369a9a0c1b..b5fe8bb05c80 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
.\"
-.\" $Id: what.1,v 1.8 1998/04/14 06:31:23 phk Exp $
+.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dt WHAT 1
diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c
index ebc4d1107e9b..5a9bf35018ec 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[] =
- "$Id: what.c,v 1.3 1997/08/25 06:49:45 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <err.h>