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/print.c2
-rw-r--r--bin/ps/ps.12
-rw-r--r--bin/ps/ps.c2
-rw-r--r--bin/ps/ps.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 4e8d954d799cd..5911ed21c8207 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1997/08/13 17:35:00 steve Exp $
+# $Id: Makefile,v 1.11 1997/12/05 07:33:38 dyson Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ps
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 81a633b5b7c4f..5adefa7194b41 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
- * $Id: extern.h,v 1.7 1997/08/03 08:25:00 peter Exp $
+ * $Id: extern.h,v 1.8 1998/05/25 05:07:17 steve Exp $
*/
struct kinfo;
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index f04ae9dc63915..2fc66a1401468 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[] =
- "$Id: fmt.c,v 1.12 1998/06/17 11:33:10 jkoshy Exp $";
+ "$Id: fmt.c,v 1.13 1998/12/07 10:25:48 bde Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 9ac0f22a67151..486bf6e6c4616 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[] =
- "$Id: keyword.c,v 1.22 1999/01/13 03:11:43 julian Exp $";
+ "$Id: keyword.c,v 1.22.2.1 1999/01/27 20:51:38 julian Exp $";
#endif
#endif /* not lint */
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 9317c7be1ffc2..082d461890ce1 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[] =
- "$Id: print.c,v 1.32 1998/09/14 08:32:20 dfr Exp $";
+ "$Id: print.c,v 1.33 1998/11/25 09:34:00 dfr Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index b16420bab2e10..e4a81f7951133 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
-.\" $Id: ps.1,v 1.18 1998/06/04 06:46:13 jkoshy Exp $
+.\" $Id: ps.1,v 1.19 1998/06/04 07:02:59 jkoshy Exp $
.\"
.Dd April 18, 1994
.Dt PS 1
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 5bcb03c72dacc..5aeaab28e261a 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[] =
- "$Id: ps.c,v 1.24 1998/05/15 06:29:17 charnier Exp $";
+ "$Id: ps.c,v 1.25 1998/06/30 21:34:14 phk Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index cefa0676508a1..52d09e35a29fa 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
- * $Id: ps.h,v 1.5 1997/04/29 05:26:05 jkh Exp $
+ * $Id: ps.h,v 1.6 1998/09/14 08:32:20 dfr Exp $
*/
#define UNLIMITED 0 /* unlimited terminal width */