diff options
Diffstat (limited to 'usr.bin/w')
| -rw-r--r-- | usr.bin/w/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/w/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/w/pr_time.c | 2 | ||||
| -rw-r--r-- | usr.bin/w/proc_compare.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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1515a875ae7e..dc1e89dc53a4 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.8 2001/07/26 19:20:13 brian 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 070d055b0616..b7861865c13d 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.5 2002/03/22 01:42:43 imp Exp $ */ diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 5ac060de4bcc..01cba3fa8434 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/pr_time.c,v 1.19 2002/06/07 01:41:54 jmallett Exp $"); #ifndef lint static const char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 8e807d161df2..dfe818466a7e 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/proc_compare.c,v 1.9 2004/04/14 09:34:17 bde Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index cc11c7110ce3..c7b6c6a509e2 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.8 2002/05/09 11:47:40 joe Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 0dfbd1b8b59e..c0ac7392dd89 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.21 2006/12/14 19:02:48 ru Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 379e6a43854d..30f84ea0dfa0 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/w.c,v 1.60 2006/05/11 17:24:47 phk Exp $"); #ifndef lint static const char copyright[] = |
