Package: procps
Version: 1:3.3.4-1
Severity: minor
Tags: upstream patch
Control: tags 675848 upstream

Hi,

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.

Actually, this new paragraph is redundant with the forth paragraph in
DESCRIPTION, so they should probably be merged in one place or the other
(NOTES may indeed be the best place for such a note).

Regards

David

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages procps depends on:
ii  initscripts   2.88dsf-32
ii  libc6         2.13-36
ii  libncurses5   5.9-10
ii  libncursesw5  5.9-10
ii  libprocps0    1:3.3.4-1
ii  libtinfo5     5.9-10
ii  lsb-base      4.1+Debian7

Versions of packages procps recommends:
ii  psmisc  22.20-1

procps suggests no packages.

-- no debconf information
>From 142a52b97ce70dc391a9e1ee8375b40677161541 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taf...@debian.org>
Date: Fri, 2 Nov 2012 18:38:14 -0400
Subject: [PATCH] ps.1: ffix

---
 ps/ps.1 |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ps/ps.1 b/ps/ps.1
index 41c1168..52ddf70 100644
--- a/ps/ps.1
+++ b/ps/ps.1
@@ -805,15 +805,14 @@ 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
 running) plus all processes owned by a user named "x".  If that user
 doesn't exist, then 
 .B ps
-will assume you really meant "\fBps\fR \fIaux\fR".
+will assume you really meant "\fBps aux\fR".
 .SH "PROCESS FLAGS"
 The sum of these values is displayed in the "F" column,
 which is provided by the
-- 
1.7.10.4

Reply via email to