diff options
Diffstat (limited to 'usr.bin/w')
| -rw-r--r-- | usr.bin/w/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/w/pr_time.c | 2 | ||||
| -rw-r--r-- | usr.bin/w/uptime.1 | 2 | ||||
| -rw-r--r-- | usr.bin/w/w.1 | 2 | ||||
| -rw-r--r-- | usr.bin/w/w.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1f0af4e976c6..c913a5f30cf9 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 1999/11/17 15:28:44 peter Exp $ PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 4b9614c1af88..28ee50a5becb 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 1999/11/10 04:28:16 davidn Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index 20ebaa0ffbd5..258991e7c209 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 1999/08/28 01:07:29 peter Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 12f3da808c13..6598c7c6abe0 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 1999/08/28 01:07:29 peter Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index d91aa8cb8a9b..720e0290b666 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 1999/11/17 15:28:45 peter Exp $"; #endif /* not lint */ /* |
