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..62c970523732 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.72.2.2.2.1 2006/04/19 21:59:57 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 1870c53ca0dd..1d3422ab509c 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.93 2004/07/20 05:52:00 tjr Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 585113b0695b..64b24d249b8f 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.86 2005/04/29 11:10:27 maxim Exp $ .\" .Dd March 20, 2005 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 73a61212a29a..98f5f5b1d27a 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.110 2005/02/09 17:37:38 ru 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> |
