aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2004-04-01 13:28:36 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2004-04-01 13:28:36 +0000
commit396e20d19f723d4d6069e9eec210d04f26e3b1bf (patch)
tree3d44dc224381a5e91eacfed181db6819ba455398 /bin/ps
parentba7bc837d064a88ab7f55ad07ce828e9a8272094 (diff)
downloadsrc-396e20d19f723d4d6069e9eec210d04f26e3b1bf.tar.gz
src-396e20d19f723d4d6069e9eec210d04f26e3b1bf.zip
Add spaces after flag names on .Fl macros.
Noticed by: ru MFC after: 4 days
Notes
Notes: svn path=/head/; revision=127710
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.14
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.