Package: chkrootkit
Version: 0.47-1.1
Severity: minor
Tags: patch

--- Please enter the report below this line. ---

In the option list of the chkrootkit manpage, the arguments to -r and -p are
shown too far to the right, namely in the description:

OPTIONS
[...]
       -q     Enter quiet mode.

       -r     dir Use dir as the root directory.

       -p     dir1:dir2:dirN Specify the path for the external commands used by 
chkrootkit.
[...]


Attached is a patch that changes this to:

OPTIONS
[...]
       -q     Enter quiet mode.

       -r dir Use dir as the root directory.

       -p dir1:dir2:dirN
              Specify the path for the external commands used by chkrootkit.
[...]


Furthermore, it sets the arguments in italic rather than bold face.

Regards,
Georg
--- chkrootkit.1.orig	2008-03-06 19:18:42.000000000 +0100
+++ chkrootkit.1	2008-03-06 19:25:04.000000000 +0100
@@ -33,14 +33,12 @@
 \fB\-q\fR
 Enter quiet mode.
 .TP
-\fB\-r\fR
-.B dir
+\fB\-r \fIdir\fR
 Use 
-.B dir
+.I dir
 as the root directory.
 .TP
-\fB\-p\fR
-.B dir1:dir2:dirN
+\fB\-p \fIdir1\fR:\fIdir2\fR:\fIdirN\fR
 Specify the path for the external commands used by chkrootkit.
 .TP
 \fB\-n\fR

Reply via email to