aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
commit140932d6d85b561ad06abe5006a5e973a7713c45 (patch)
treebe1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /bin/ps
parent324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff)
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/Makefile2
-rw-r--r--bin/ps/devname.c2
-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
10 files changed, 10 insertions, 10 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 1d1e5513004f..babc16eefda2 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
-# $Id$
+# Makefile,v 1.3 1994/09/24 02:56:40 davidg Exp
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
diff --git a/bin/ps/devname.c b/bin/ps/devname.c
index 0aedb2b293be..e7b5253e0913 100644
--- a/bin/ps/devname.c
+++ b/bin/ps/devname.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * devname.c,v 1.2 1994/09/24 02:56:41 davidg Exp
*/
#if defined(LIBC_SCCS) && !defined(lint)
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 173ddf33c3ac..99dc3e1299b0 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.2 1994/09/24 02:56:42 davidg Exp
*/
struct kinfo;
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index 43d2c29215c8..e33098ea3cc8 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fmt.c,v 1.3 1994/09/24 02:56:43 davidg Exp $
+ * fmt.c,v 1.4 1994/11/10 23:25:12 ats Exp
*/
#ifndef lint
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 1c79e0762aa4..cf4db854a6b3 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: keyword.c,v 1.4 1994/10/02 08:19:10 davidg Exp $
+ * keyword.c,v 1.5 1994/10/02 08:33:28 davidg Exp
*/
#ifndef lint
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index e7b60cb5d206..ecca93e21f2d 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: nlist.c,v 1.3 1994/10/02 08:19:11 davidg Exp $
+ * nlist.c,v 1.4 1994/10/02 08:33:29 davidg Exp
*/
#ifndef lint
diff --git a/bin/ps/print.c b/bin/ps/print.c
index cbbe38a9640e..3cf0e32174d6 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: print.c,v 1.4 1994/10/02 08:33:30 davidg Exp $
+ * print.c,v 1.5 1994/10/02 14:11:32 ache Exp
*/
#ifndef lint
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 0c73e1768365..25fd202a0584 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.4 1994/09/24 02:56:46 davidg Exp
.\"
.Dd April 18, 1994
.Dt PS 1
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 85a03e4a7184..c2aceaf9986e 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ps.c,v 1.4 1994/10/02 08:33:31 davidg Exp $
+ * ps.c,v 1.5 1994/10/18 04:27:46 davidg Exp
*/
#ifndef lint
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index d1b84333ec01..8854ad09a693 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.2 1994/09/24 02:56:48 davidg Exp
*/
#define UNLIMITED 0 /* unlimited terminal width */