diff options
Diffstat (limited to 'usr.bin/more/input.c')
-rw-r--r-- | usr.bin/more/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/input.c b/usr.bin/more/input.c index 50e2031724ab..eacfd9574325 100644 --- a/usr.bin/more/input.c +++ b/usr.bin/more/input.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/input.c,v 1.2.8.3 1999/08/29 15:31:15 peter Exp $"; #endif /* not lint */ /* |