summaryrefslogtreecommitdiff
path: root/usr.bin/w
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/w
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/Makefile3
-rw-r--r--usr.bin/w/extern.h2
-rw-r--r--usr.bin/w/pr_time.c2
-rw-r--r--usr.bin/w/proc_compare.c2
-rw-r--r--usr.bin/w/uptime.12
-rw-r--r--usr.bin/w/w.12
-rw-r--r--usr.bin/w/w.c2
7 files changed, 14 insertions, 1 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index 876c196ab0a..8bfc85f7524 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:42 deraadt Exp $
+
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h
index 3ee843b09da..de201afd439 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: extern.h,v 1.2 1996/06/26 05:42:42 deraadt Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c
index 7c43aebf55a..e1625c64351 100644
--- a/usr.bin/w/pr_time.c
+++ b/usr.bin/w/pr_time.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: pr_time.c,v 1.6 1996/06/26 05:42:43 deraadt Exp $ */
+
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c
index e95359c9d25..df85e571a59 100644
--- a/usr.bin/w/proc_compare.c
+++ b/usr.bin/w/proc_compare.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: proc_compare.c,v 1.2 1996/06/26 05:42:43 deraadt Exp $ */
+
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1
index 8290da95ace..a8fde47f70b 100644
--- a/usr.bin/w/uptime.1
+++ b/usr.bin/w/uptime.1
@@ -1,3 +1,5 @@
+.\" $OpenBSD: uptime.1,v 1.2 1996/06/26 05:42:44 deraadt Exp $
+.\"
.\" Copyright (c) 1980, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1
index d66e6e0e2fe..281eccdc276 100644
--- a/usr.bin/w/w.1
+++ b/usr.bin/w/w.1
@@ -1,3 +1,5 @@
+.\" $OpenBSD: w.1,v 1.2 1996/06/26 05:42:45 deraadt Exp $
+.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index f7deb59f1f7..fae6dbbb875 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: w.c,v 1.4 1996/06/26 05:42:45 deraadt Exp $ */
+
/*-
* Copyright (c) 1980, 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.