diff options
Diffstat (limited to 'usr.bin/rusers')
| -rw-r--r-- | usr.bin/rusers/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rusers/rusers.1 | 2 | ||||
| -rw-r--r-- | usr.bin/rusers/rusers.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 6e2fd6ab2fc6..703a3e8a5a9e 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:23 smace Exp $ +# Makefile,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp PROG = rusers MAN1 = rusers.1 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index ef7d1238c86d..b11cc570e58d 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rusers.1,v 1.1 1993/09/16 01:15:47 jtc Exp $ +.\" rusers.1,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 034660168eff..7c563bb85a78 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: rusers.c,v 1.1 1993/09/16 01:15:48 jtc Exp $"; +static char rcsid[] = "rusers.c,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp"; #endif /* not lint */ #include <sys/types.h> |
