diff options
Diffstat (limited to 'usr.bin/logger')
| -rw-r--r-- | usr.bin/logger/logger.1 | 2 | ||||
| -rw-r--r-- | usr.bin/logger/logger.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 9062fb341833..56b007fc98a1 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logger/logger.1,v 1.4.2.1 2000/06/30 09:51:49 ps Exp $ .\" .Dd June 6, 1993 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index e7be77125506..e10c97ed8d49 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/logger/logger.c,v 1.5 1999/08/28 01:03:08 peter Exp $"; #endif /* not lint */ #include <ctype.h> |
