diff options
Diffstat (limited to 'usr.bin/colcrt/colcrt.c')
-rw-r--r-- | usr.bin/colcrt/colcrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 4b5b525f6ef1..fbd3b124510c 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/colcrt/colcrt.c,v 1.5.2.2 2000/08/08 03:08:48 ps Exp $"; #endif /* not lint */ #include <err.h> |