diff options
Diffstat (limited to 'usr.bin/more/output.c')
-rw-r--r-- | usr.bin/more/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c index cf07f09b225f0..8287f27f5eb8c 100644 --- a/usr.bin/more/output.c +++ b/usr.bin/more/output.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/6/93"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/more/output.c,v 1.12 1999/09/03 22:31:18 hoek Exp $"; #endif /* not lint */ /* |