diff options
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 3a8e8a7ddda5..01748349fc96 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.6.2.3 1997/08/26 06:47:38 charnier Exp $"; + "$Id: pr_time.c,v 1.6.2.4 1998/03/08 14:31:51 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 99cd20ba33c4..cf485fec2b98 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.2.8.5 1998/03/08 14:31:54 jkh Exp $ +.\" $Id: w.1,v 1.2.8.6 1998/03/22 19:17:50 steve Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index bfe993183816..6f19d3571b5c 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.16.2.6 1998/03/12 02:00:38 jkh Exp $"; + "$Id: w.c,v 1.16.2.7 1998/05/22 09:09:29 jkoshy Exp $"; #endif /* not lint */ /* |
