diff options
author | trasz <trasz@FreeBSD.org> | 2011-04-18 19:20:47 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2011-04-18 19:20:47 +0000 |
commit | 3ba2f4e3f25cf378d2dc011328cd7950c6af5b2f (patch) | |
tree | baf69b1749f8112e73c130a2a543e0fdb35de27e /bin/ps/ps.1 | |
parent | b3c13a8eb2ba059de90efd5e8d49bf7e9c9cecb5 (diff) | |
download | FreeBSD-src-3ba2f4e3f25cf378d2dc011328cd7950c6af5b2f.zip FreeBSD-src-3ba2f4e3f25cf378d2dc011328cd7950c6af5b2f.tar.gz |
Document problems with -d/-w and the fact that -X is the default.
Suggested by: arundel@
Reviewed by: arundel@
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index d6b4653..bfafae0 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd March 16, 2011 +.Dd April 18, 2011 .Dt PS 1 .Os .Sh NAME @@ -130,7 +130,10 @@ If either of the and .Fl r options are also used, they control how sibling processes are sorted -relative to eachother. +relative to each other. +Note that this option has no effect if the +.Dq command +column is not the last column displayed. .It Fl e Display the environment as well. .It Fl f @@ -244,9 +247,13 @@ If the option is specified more than once, .Nm will use as many columns as necessary without regard for your window size. +Note that this option has no effect if the +.Dq command +column is not the last column displayed. .It Fl X When displaying processes matched by other options, skip any processes which do not have a controlling terminal. +This is the default behaviour. .It Fl x When displaying processes matched by other options, include processes which do not have a controlling terminal. |