[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-320-g859acd4

Michael Tautschnig mt at debian.org
Fri Mar 13 15:58:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 859acd4fcfe2bcbb67df98de33bec6b9a20b6574
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Mar 13 16:32:52 2009 +0100

    Added missing - escapes in man pages
    
    - thanks lintian
    - reported upstream as https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1471
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/docs/man/clamdscan.1.in b/docs/man/clamdscan.1.in
index b3287ae..42c4418 100644
--- a/docs/man/clamdscan.1.in
+++ b/docs/man/clamdscan.1.in
@@ -36,7 +36,7 @@ Save the scan report to FILE.
 \fB\-m, \-\-multiscan\fR
 In multiscan mode several files are scanned in parallel, one for each available scan thread in clamd.
 This is achieved either via MULTISCAN or IDSESSION requests, depending on the configuration and other options.
-Can be combined with --fdpass (see below)
+Can be combined with \-\-fdpass (see below)
 .TP 
 \fB\-\-remove\fR
 Remove infected files. \fBBe careful.\fR
@@ -73,7 +73,7 @@ Forces file streaming to clamd. This is generally not needed as clamdscan detect
 .TP
 (3) To scan a file when clamd is running as a different user:
 
-\fBclamdscan --fdpass ~/downloads\fR
+\fBclamdscan \-\-fdpass ~/downloads\fR
 .TP
 (4) To scan from standard input:
 
diff --git a/docs/man/freshclam.1.in b/docs/man/freshclam.1.in
index c2b9e4c..7090dd2 100644
--- a/docs/man/freshclam.1.in
+++ b/docs/man/freshclam.1.in
@@ -85,7 +85,7 @@ Upload detection statistics to the ClamAV Project (see freshclam.conf(5):SubmitD
 
 \fBfreshclam \-d \-c 2\fR
 .SH "RETURN CODES"
-Some return codes of freshclam can be overwritten with a built-in command EXIT_n which can be passed to --on-*-execute, eg. --on-update-execute=EXIT_1 will force freshclam to always return 1 after successful database update.
+Some return codes of freshclam can be overwritten with a built\-in command EXIT_n which can be passed to \-\-on\-*\-execute, eg. \-\-on\-update\-execute=EXIT_1 will force freshclam to always return 1 after successful database update.
 .TP
 0 : Database successfully updated.
 .TP 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list