From 396e20d19f723d4d6069e9eec210d04f26e3b1bf Mon Sep 17 00:00:00 2001 From: Garance A Drosehn Date: Thu, 1 Apr 2004 13:28:36 +0000 Subject: [PATCH] Add spaces after flag names on .Fl macros. Noticed by: ru MFC after: 4 days --- bin/ps/ps.1 | 4 ++-- 1 file 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.