summaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
commit1598515ece5ff1d40692c49b4a62801332aa8be1 (patch)
treead2cdc8d81a1a320072724c9959e53a092b6e5f2 /bin/ps
parent157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff)
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 d5c791c2226b..a13e16e81995 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/ps/Makefile,v 1.13 1999/11/17 13:37:30 peter Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ps
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index a14390dc1d1f..ef5a25c6e502 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.9 1999/08/27 23:14:50 peter Exp $
*/
struct kinfo;
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index 9c0f8d3f1710..1e92996bc36c 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/ps/fmt.c,v 1.14 1999/08/27 23:14:51 peter Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index ef3b1d221e08..59535e90039e 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/ps/keyword.c,v 1.24.2.1 2001/02/14 18:55:31 jlemon Exp $";
#endif
#endif /* not lint */
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index 28a13f874bdf..5fed714cfcf9 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -34,7 +34,7 @@
#ifndef lint
static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/ps/nlist.c,v 1.12.6.1 2001/03/02 09:32:13 obrien Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 84501fd44182..fdaec5f2825f 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/ps/print.c,v 1.36.2.1 2000/09/20 02:16:11 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index f6623d8b20d0..29377d48d1e5 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.24.2.2 2001/03/05 17:57:31 ru Exp $
.\"
.Dd April 18, 1994
.Dt PS 1
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 9f513b29c482..b73aa6af22d3 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/ps/ps.c,v 1.30.2.2 2001/01/23 15:08:37 asmodai Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index f8d244c83e53..6cb262d88751 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.7 1999/08/27 23:14:52 peter Exp $
*/
#define UNLIMITED 0 /* unlimited terminal width */