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 395c9adaefb0..8e33d1f2f05d 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.9 2002/09/04 23:29:08 dwmalone Exp $"; #endif /* not lint */ #include <err.h> |