diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:57:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:57:45 +0000 |
| commit | a92bee191d618605d749ddc8e410d0ae66d03752 (patch) | |
| tree | 8b0a77c1f63b9503f1ac78b6e57385e24915569a /usr.bin/w | |
| parent | 5a36642d85fbe886b7cd07e369a498e02df127dc (diff) | |
Notes
Diffstat (limited to 'usr.bin/w')
| -rw-r--r-- | usr.bin/w/pr_time.c | 2 | ||||
| -rw-r--r-- | usr.bin/w/w.1 | 2 | ||||
| -rw-r--r-- | usr.bin/w/w.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 5b38b58dd126..2a7eb1d1bf94 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[] = - "$Id: pr_time.c,v 1.11 1997/12/28 17:50:10 alex Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 5e90882889a5..6dae0be8115d 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 -.\" $Id: w.1,v 1.9 1998/01/12 00:47:52 steve Exp $ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 18e43c061941..762dfb1e71c0 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[] = - "$Id: w.c,v 1.31 1998/12/24 23:27:33 dillon Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* |
