diff options
Diffstat (limited to 'bin/ps')
| -rw-r--r-- | bin/ps/Makefile | 2 | ||||
| -rw-r--r-- | bin/ps/extern.h | 2 | ||||
| -rw-r--r-- | bin/ps/fmt.c | 2 | ||||
| -rw-r--r-- | bin/ps/keyword.c | 2 | ||||
| -rw-r--r-- | bin/ps/nlist.c | 2 | ||||
| -rw-r--r-- | bin/ps/print.c | 2 | ||||
| -rw-r--r-- | bin/ps/ps.1 | 2 | ||||
| -rw-r--r-- | bin/ps/ps.c | 2 | ||||
| -rw-r--r-- | bin/ps/ps.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 9be197933ee8..11af373553b7 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/ps/Makefile,v 1.27 2005/01/27 13:42:40 delphij Exp $ # @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ps diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 08b6d9bce630..526ace98bf41 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/ps/extern.h,v 1.37 2004/06/23 23:48:09 gad Exp $ */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index 1e9fed8710f0..26ba3dc1868e 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ps/fmt.c,v 1.34 2004/06/22 02:18:29 gad Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index b7a887bcb88b..a812876946c9 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ps/keyword.c,v 1.76 2006/04/06 03:24:31 gad Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index f5e600b83959..b2fe0cffa92f 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ps/nlist.c,v 1.21 2004/04/06 20:06:49 markm Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/bin/ps/print.c b/bin/ps/print.c index 29dffb65d2d4..3ada4bd37bcc 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ps/print.c,v 1.95 2007/09/17 05:27:18 jeff Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index f3db636c3892..8d61e100fc48 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ps/ps.1,v 1.89 2006/09/17 17:40:06 ru Exp $ .\" .Dd August 21, 2006 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 801302673293..ddc982b47e7e 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ps/ps.c,v 1.111.2.1 2007/11/15 15:56:59 jhb Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/bin/ps/ps.h b/bin/ps/ps.h index 03adc0a35c18..801801106476 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ps.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ps/ps.h,v 1.19 2004/06/23 23:48:09 gad Exp $ */ #include <sys/queue.h> |
