summaryrefslogtreecommitdiff
path: root/usr.bin/w
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
commit72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch)
tree49c75f7b6a634efb81c3709f39147fdba24623bb /usr.bin/w
parent606cad63e046f2873878d07634158eb90c5a2cf6 (diff)
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/Makefile2
-rw-r--r--usr.bin/w/extern.h2
-rw-r--r--usr.bin/w/pr_time.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
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index 7de8f19901c4..87e0062586a3 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/w/Makefile,v 1.6.2.1 2001/04/25 11:29:44 ru 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 0d36eb1e1aae..cf1e9ea1e660 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/w/extern.h,v 1.2.6.1 2002/03/12 19:51:51 phantom Exp $
*/
extern int use_ampm;
diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c
index 5596108a86a5..6902b678e7de 100644
--- a/usr.bin/w/pr_time.c
+++ b/usr.bin/w/pr_time.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/w/pr_time.c,v 1.14.2.1 2002/03/12 19:51:51 phantom Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1
index c5d0c349fa2a..cd71b71e97fd 100644
--- a/usr.bin/w/uptime.1
+++ b/usr.bin/w/uptime.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)uptime.1 8.2 (Berkeley) 4/18/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/w/uptime.1,v 1.5.2.2 2001/08/16 13:17:13 ru Exp $
.\"
.Dd April 18, 1994
.Dt UPTIME 1
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1
index 8c87a87f5db1..f8d0f16336ab 100644
--- a/usr.bin/w/w.1
+++ b/usr.bin/w/w.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)w.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/w/w.1,v 1.12.2.5 2001/12/14 15:53:32 ru Exp $
.\"
.Dd June 6, 1993
.Dt W 1
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 5502c394ead1..0946bd440c9c 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/w/w.c,v 1.38.2.6 2002/03/12 19:51:51 phantom Exp $";
#endif /* not lint */
/*