diff options
Diffstat (limited to 'usr.bin/lastcomm')
| -rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 2 | ||||
| -rw-r--r-- | usr.bin/lastcomm/lastcomm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 33248e24b3c7..51670589b22e 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lastcomm/lastcomm.1,v 1.6.2.1 1999/08/29 15:29:17 peter Exp $ .\" .Dd September 18, 1996 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 4beed143c977..71f798c7d962 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/lastcomm/lastcomm.c,v 1.9.2.1 1999/08/29 15:29:18 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |
