From 84c89e06afd652991d209bf40e4cd7b23f68a7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Tue, 1 Jan 2013 13:12:25 +1100 Subject: [PATCH] ps.1: format fix in notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The “.I\-aux” syntax is broken (missing space): as a result, the hyphen doesn't show up in the man page. Furthermore, according to man(1) conventions, and in consistency with the rest of the manpage, it should be bold instead of italic, the attached patch fixes this issue. Signed-off-by: Craig Small --- ps/ps.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ps/ps.1 b/ps/ps.1 index 41c11681..4c25da99 100644 --- a/ps/ps.1 +++ b/ps/ps.1 @@ -805,8 +805,7 @@ If the length of the username is greater than the length of the display column, the numeric user ID is displayed instead. .PP Commands options such as -.B ps -.I\-aux +.B ps \-aux are not recommended as it is a confusion of two different standards. According to the POSIX and UNIX standards, the above command asks to display all processes with a TTY (generally the commands users are