diff options
Diffstat (limited to 'usr.bin/login')
| -rw-r--r-- | usr.bin/login/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/login/login.1 | 2 | ||||
| -rw-r--r-- | usr.bin/login/login.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index b685d75b4460..d22812286deb 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.28 1999/01/22 12:44:55 jdp Exp $ +# $Id: Makefile,v 1.27.2.1 1999/01/22 18:41:00 jdp Exp $ PROG= login MAN1= login.1 diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 7bea546b6dc9..b0e3c057927f 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 -.\" $Id: login.1,v 1.13 1999/01/11 09:07:42 asami Exp $ +.\" $Id: login.1,v 1.13.2.1 1999/04/29 09:42:21 jkoshy Exp $ .\" .Dd May 5, 1994 .Dt LOGIN 1 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 3ee0c749b8b8..d3cc4f13a488 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: login.c,v 1.44 1999/01/03 23:39:33 eivind Exp $"; + "$Id: login.c,v 1.45 1999/01/19 22:59:37 abial Exp $"; #endif /* not lint */ /* |
