aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-06-08 05:47:46 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-06-08 05:47:46 +0000
commit50355bb408c925ee84a57da39800e308cbaa76cd (patch)
treeaaa6cfd1b3659179aac07e58544ab5fc41fdf0c7 /bin/ps
parent04b9282ff87db372bb06c4fa324c8faed9a4250f (diff)
downloadsrc-50355bb408c925ee84a57da39800e308cbaa76cd.tar.gz
src-50355bb408c925ee84a57da39800e308cbaa76cd.zip
Don't say that the list of formats can be space delimited, it no longer can be.
Mention that more than one -o will concatenate formats. Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Notes
Notes: svn path=/head/; revision=98029
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.17
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 438f574f56a5..dca9055c359e 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -130,8 +130,11 @@ Keywords may be appended with an equals (``='') sign and a string.
This causes the printed header to use the specified string instead of
the standard header.
.It Fl o
-Display information associated with the space or comma separated list
-of keywords specified.
+Display information associated with the 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 (``='') sign and a string.
This causes the printed header to use the specified string instead of
the standard header.