Browse code

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

git-svn: trunk@4942

Török Edvin authored on 2009/03/14 00:36:30
Showing 3 changed files
... ...
@@ -1,3 +1,9 @@
1
+Fri Mar 13 17:36:23 EET 2009 (edwin)
2
+------------------------------------
3
+ * docs/man/clamdscan.1.in, docs/man/freshclam.1.in: fix
4
+ hyphen-used-as-minus-sign (bb #1471, thanks Michael Tautschnig
5
+ <mt*debian.org>)
6
+
1 7
 Fri Mar 13 15:59:42 EET 2009 (edwin)
2 8
 ------------------------------------
3 9
  * libclamav/Makefile.am, libclamav/Makefile.in: DEPENDENCIES should
... ...
@@ -36,7 +36,7 @@ Save the scan report to FILE.
36 36
 \fB\-m, \-\-multiscan\fR
37 37
 In multiscan mode several files are scanned in parallel, one for each available scan thread in clamd.
38 38
 This is achieved either via MULTISCAN or IDSESSION requests, depending on the configuration and other options.
39
-Can be combined with --fdpass (see below)
39
+Can be combined with \-\-fdpass (see below)
40 40
 .TP 
41 41
 \fB\-\-remove\fR
42 42
 Remove infected files. \fBBe careful.\fR
... ...
@@ -73,7 +73,7 @@ Forces file streaming to clamd. This is generally not needed as clamdscan detect
73 73
 .TP
74 74
 (3) To scan a file when clamd is running as a different user:
75 75
 
76
-\fBclamdscan --fdpass ~/downloads\fR
76
+\fBclamdscan \-\-fdpass ~/downloads\fR
77 77
 .TP
78 78
 (4) To scan from standard input:
79 79
 
... ...
@@ -85,7 +85,7 @@ Upload detection statistics to the ClamAV Project (see freshclam.conf(5):SubmitD
85 85
 
86 86
 \fBfreshclam \-d \-c 2\fR
87 87
 .SH "RETURN CODES"
88
-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.
88
+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.
89 89
 .TP
90 90
 0 : Database successfully updated.
91 91
 .TP