fix hyphen-used-as-minus-sign (bb #1471, thanks Michael Tautschnig <mt*debian.org>)

git-svn: trunk@4942
This commit is contained in:
Török Edvin
2009-03-13 15:36:30 +00:00
parent ac3eae77cd
commit 394a3b00fd
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
Fri Mar 13 17:36:23 EET 2009 (edwin)
------------------------------------
* docs/man/clamdscan.1.in, docs/man/freshclam.1.in: fix
hyphen-used-as-minus-sign (bb #1471, thanks Michael Tautschnig
<mt*debian.org>)
Fri Mar 13 15:59:42 EET 2009 (edwin)
------------------------------------
* libclamav/Makefile.am, libclamav/Makefile.in: DEPENDENCIES should

View File

@@ -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:

View File

@@ -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