summaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/Makefile2
-rw-r--r--bin/ps/extern.h2
-rw-r--r--bin/ps/fmt.c2
-rw-r--r--bin/ps/keyword.c2
-rw-r--r--bin/ps/nlist.c2
-rw-r--r--bin/ps/print.c2
-rw-r--r--bin/ps/ps.12
-rw-r--r--bin/ps/ps.c2
-rw-r--r--bin/ps/ps.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index bcbba9b4a507..22281a875f0a 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/ps/Makefile,v 1.23 2003/05/02 01:05:05 obrien Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ps
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 54747a289584..eb5c2abd415e 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
- * $FreeBSD$
+ * $FreeBSD: src/bin/ps/extern.h,v 1.30 2003/01/19 00:22:34 jmallett Exp $
*/
struct kinfo;
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index 1d907af686f9..fc31e6e1368f 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -38,7 +38,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.29 2003/05/03 20:52:48 markm Exp $");
#include <sys/types.h>
#include <sys/time.h>
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index d893d0fa67c1..71a8a5b5ca74 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -37,7 +37,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.63 2003/04/12 10:39:56 tjr Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index e6bc85fea8d3..4a74f1a57f90 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -38,7 +38,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.20 2003/02/05 13:18:17 charnier Exp $");
#include <sys/types.h>
#include <sys/sysctl.h>
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 7700491fe1da..0cb4b985c8b6 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -38,7 +38,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.82 2003/04/15 18:49:20 charnier Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 01492d2e88c9..7bffc8f36628 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/ps/ps.1,v 1.61 2003/04/30 19:18:50 schweikh Exp $
.\"
.Dd April 18, 1994
.Dt PS 1
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 4896c4b53766..3d2e1a7694a1 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -44,7 +44,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.62 2003/02/05 13:18:17 charnier Exp $");
#include <sys/param.h>
#include <sys/user.h>
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index 6d84697eb75e..86cc151aea18 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ps.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
+ * $FreeBSD: src/bin/ps/ps.h,v 1.16 2003/04/12 10:39:56 tjr Exp $
*/
#define UNLIMITED 0 /* unlimited terminal width */