aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2002-04-27 19:57:22 +0000
committerEric Melville <eric@FreeBSD.org>2002-04-27 19:57:22 +0000
commit23b1419ddcf5da98f0ce7dec2f449f9ec4349a9b (patch)
treeeddb52941fb0e444fd6dd434d0d8dd04cf28641c /gnu
parentc01945726b8f72d06bbb6b85dd7894728e8a94f6 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/man.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index 9ce35ac95d0b..77165d2c793c 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -12,10 +12,13 @@
* Department of Chemical Engineering
* The University of Texas at Austin
* Austin, Texas 78712
- *
- * $FreeBSD$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
#define MAN_MAIN
#include <sys/file.h>