diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-04-07 11:16:41 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-04-07 11:16:41 +0000 |
commit | 86aca2117b3c790edc0943c2d3022bebb70d5cfd (patch) | |
tree | 1ff1fa2db26b9291000f80e1b594fff8925fc58d | |
parent | f7ee8cfe3f2cb769acec1826197ca887e6b64641 (diff) | |
download | src-test2-86aca2117b3c790edc0943c2d3022bebb70d5cfd.tar.gz src-test2-86aca2117b3c790edc0943c2d3022bebb70d5cfd.zip |
Notes
-rw-r--r-- | bin/ps/ps.1 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index cc800b9504bc..686e612b8cff 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -99,7 +99,7 @@ Repeat the information header as often as necessary to guarantee one header per page of information. .It Fl j Print information associated with the following keywords: -user, pid, ppid, pgid, sess, jobc, state, tt, time and command. +user, pid, ppid, pgid, jobc, state, tt, time and command. .It Fl L List the set of available keywords. .It Fl l @@ -367,8 +367,6 @@ total blocks read (alias inblock) job control count .It ktrace tracing flags -.It ktracep -tracing vnode .It lim memoryuse limit .It logname @@ -400,8 +398,6 @@ total voluntary context switches wait channel (as an address) .It oublk total blocks written (alias oublock) -.It p_ru -resource usage (valid only for zombie) .It paddr swap address .It pagein @@ -427,8 +423,6 @@ real group reverse link on run queue, or 0 .It rss resident set size -.It rsz -resident set size + (text size / text use count) (alias rssize) .It rtprio realtime priority (101 = not a realtime process) .It ruid @@ -436,8 +430,6 @@ real user .Tn ID .It ruser user name (from ruid) -.It sess -session pointer .It sig pending signals (alias pending) .It sigcatch |