summaryrefslogtreecommitdiff
path: root/usr.bin/who
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/who')
-rw-r--r--usr.bin/who/Makefile2
-rw-r--r--usr.bin/who/who.11
-rw-r--r--usr.bin/who/who.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile
index 0c6b9e7ce7c..e9448564bfa 100644
--- a/usr.bin/who/Makefile
+++ b/usr.bin/who/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:59 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/11/14 05:13:14 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= who
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1
index c2bf9983156..50bb6265339 100644
--- a/usr.bin/who/who.1
+++ b/usr.bin/who/who.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: who.1,v 1.2 1996/06/26 05:43:00 deraadt Exp $
.\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index 743d36be45b..a5537513eb9 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: who.c,v 1.2 1996/06/26 05:43:00 deraadt Exp $ */
/* $NetBSD: who.c,v 1.4 1994/12/07 04:28:49 jtc Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$NetBSD: who.c,v 1.4 1994/12/07 04:28:49 jtc Exp $";
+static char rcsid[] = "$OpenBSD: who.c,v 1.2 1996/06/26 05:43:00 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>