diff options
author | gad <gad@FreeBSD.org> | 2004-04-01 13:28:36 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2004-04-01 13:28:36 +0000 |
commit | 5b8456cb6f4a5c05036f4569afe00c8ede26e043 (patch) | |
tree | 3d44dc224381a5e91eacfed181db6819ba455398 /bin | |
parent | b42d9c38ac840361b46e0b85a50f6afaa943f037 (diff) | |
download | FreeBSD-src-5b8456cb6f4a5c05036f4569afe00c8ede26e043.zip FreeBSD-src-5b8456cb6f4a5c05036f4569afe00c8ede26e043.tar.gz |
Add spaces after flag names on .Fl macros.
Noticed by: ru
MFC after: 4 days
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 30461e9..b6a772f 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. |