diff options
author | eric <eric@FreeBSD.org> | 2002-04-27 19:57:22 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2002-04-27 19:57:22 +0000 |
commit | 6818945234fbb5686fb3e963d4f172c2c44fdbf1 (patch) | |
tree | eddb52941fb0e444fd6dd434d0d8dd04cf28641c /gnu/usr.bin/man | |
parent | b4f776aff872676719459e2d59e04516ea8b745b (diff) | |
download | FreeBSD-src-6818945234fbb5686fb3e963d4f172c2c44fdbf1.zip FreeBSD-src-6818945234fbb5686fb3e963d4f172c2c44fdbf1.tar.gz |
Move ID tag.
Diffstat (limited to 'gnu/usr.bin/man')
-rw-r--r-- | gnu/usr.bin/man/man/man.c | 7 |
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 9ce35ac..77165d2 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> |