diff options
Diffstat (limited to 'usr.bin/unvis/unvis.c')
-rw-r--r-- | usr.bin/unvis/unvis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 8cfe1f28581e..bccc7ffbd76e 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/unvis/unvis.c,v 1.5.2.1 2001/07/30 10:16:49 dd Exp $"; #endif /* not lint */ #include <err.h> |