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 1126c5f0abd6..d7cf0dff8964 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 -.\" $Id: lastcomm.1,v 1.3 1996/09/18 16:48:54 wollman Exp $ +.\" $Id: lastcomm.1,v 1.3.2.1 1997/07/22 07:16:38 charnier Exp $ .\" .Dd September 18, 1996 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index f95f53daba89..ba3b094ff7e1 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[] = - "$Id: lastcomm.c,v 1.4.2.2 1997/08/29 05:29:27 imp Exp $"; + "$Id: lastcomm.c,v 1.4.2.3 1997/09/15 08:32:10 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> |
