diff options
author | Garance A Drosehn <gad@FreeBSD.org> | 2004-04-01 13:28:36 +0000 |
---|---|---|
committer | Garance A Drosehn <gad@FreeBSD.org> | 2004-04-01 13:28:36 +0000 |
commit | 396e20d19f723d4d6069e9eec210d04f26e3b1bf (patch) | |
tree | 3d44dc224381a5e91eacfed181db6819ba455398 /bin | |
parent | ba7bc837d064a88ab7f55ad07ce828e9a8272094 (diff) | |
download | src-test2-396e20d19f723d4d6069e9eec210d04f26e3b1bf.tar.gz src-test2-396e20d19f723d4d6069e9eec210d04f26e3b1bf.zip |
Notes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 30461e91acff..b6a772fd83f5 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -73,7 +73,7 @@ processes that have controlling terminals. .Pp A different set of processes can be selected for display by using any combination of the -.Fl a, G , p , T , t +.Fl a , G , p , T , t and .Fl U options. @@ -93,7 +93,7 @@ By default all of these output lines are sorted first by controlling terminal, then by process .Tn ID . The -.Fl m, r, u, +.Fl m , r , u , and .Fl v options will change the sort order. |