From 23b1419ddcf5da98f0ce7dec2f449f9ec4349a9b Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Sat, 27 Apr 2002 19:57:22 +0000 Subject: [PATCH] Move ID tag. --- gnu/usr.bin/man/man/man.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 9ce35ac95d0..77165d2c793 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