diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/rusers | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
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 | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 089b3c48e47..0d0f032ef58 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:46:04 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:55 deraadt Exp $ PROG = rusers diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 63ef7069029..cfc561ece32 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rusers.1,v 1.2 1996/06/26 05:38:56 deraadt Exp $ .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rusers.1,v 1.1 1995/10/18 08:46:04 deraadt Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 4fb7222e740..5815a1cadde 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rusers.c,v 1.3 1996/06/26 05:38:56 deraadt Exp $ */ + /*- * Copyright (c) 1993 John Brezak * All rights reserved. @@ -27,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: rusers.c,v 1.2 1996/04/21 23:43:46 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rusers.c,v 1.3 1996/06/26 05:38:56 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |