summaryrefslogtreecommitdiff
path: root/usr.bin/rusers
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/rusers
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/rusers')
-rw-r--r--usr.bin/rusers/Makefile2
-rw-r--r--usr.bin/rusers/rusers.12
-rw-r--r--usr.bin/rusers/rusers.c4
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>