diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-04 17:29:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-04 17:29:40 +0000 |
commit | 6a05f31f0b78a2f8c3ff5689bb6951b00f53f03e (patch) | |
tree | 1a4c4a12f7f0af064b3b113b3b42c7b42427eaea /bin/ps | |
parent | f6b8662814e0d3fe23e02d640a681f53abbf73ab (diff) |
Update man page to match new start time sorting; kstailey@disclosure.com
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 99d69a7410d..0035741e921 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.29 2001/02/05 00:30:45 deraadt Exp $ +.\" $OpenBSD: ps.1,v 1.30 2001/05/04 17:29:39 millert Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -113,7 +113,7 @@ Extract values associated with the name list from the specified core instead of the default .Dq Pa /dev/kmem . .It Fl m -Sort by memory usage, instead of by process +Sort by memory usage, instead of by start time .Tn ID . .It Fl N Ar system Extract the name list from the specified system instead of the default @@ -141,7 +141,7 @@ the standard header. Display information associated with the specified process .Tn ID . .It Fl r -Sort by current CPU usage, instead of by process +Sort by current CPU usage, instead of by start time .Tn ID . .It Fl S Change the way the process time is calculated by summing all exited |