diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-18 14:12:38 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-18 14:12:38 +0000 |
| commit | 61b92b9a221db06b90020b8786b2a68cf87f24ba (patch) | |
| tree | 1e0c55e616709d3f9337476824f2a980e59604d1 | |
| parent | daa5817e926d397fe5344b86e4909345fb691197 (diff) | |
Notes
| -rw-r--r-- | bin/ps/ps.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 585113b0695b..257592967589 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 20, 2005 +.Dd August 18, 2006 .Dt PS 1 .Os .Sh NAME @@ -179,14 +179,15 @@ the standard header. .It Fl o Display information associated with the space or comma separated list of keywords specified. -Multiple keywords may also be given in the form of more than one -.Fl o -option. -Keywords may be appended with an equals +The last keyword in the list may be appended with an equals .Pq Ql = -sign and a string. +sign and a string spanning the rest of the argument. This causes the printed header to use the specified string instead of the standard header. +Multiple keywords may also be given in the form of more than one +.Fl o +option. +So the header texts for multiple keywords can be changed. If all keywords have empty header texts, no header line is written. .It Fl p Display information about processes which match the specified process IDs. |
