Browse code

Apply patch from Scott Kitterman to correctly escape dashes in sigtool and clamsubmit man pages

Steven Morgan authored on 2014/09/18 10:44:31
Showing 2 changed files
... ...
@@ -19,13 +19,13 @@ Display help to stderr and exit.
19 19
 Required option for setting the email address for the submission.
20 20
 .TP 
21 21
 \fB\-n FILE\fR
22
-Submit a file that reports as a false negative (ClamAV reports CLEAN). FILE can be - to specify stdin. Mutually exclusive with -p.
22
+Submit a file that reports as a false negative (ClamAV reports CLEAN). FILE can be \- to specify stdin. Mutually exclusive with \-p.
23 23
 .TP 
24 24
 \fB\-N NAME\fR
25 25
 Required option for setting the name of the sender for the submission.
26 26
 .TP
27 27
 \fB-p FILE\fR
28
-Submit a file that reports as a false positive (ClamAV flags the file as virus). FILE can be - to specify stdin. Mutually exclusive with -n.
28
+Submit a file that reports as a false positive (ClamAV flags the file as virus). FILE can be \- to specify stdin. Mutually exclusive with \-n.
29 29
 .SH "CREDITS"
30 30
 The idea of this tool is based on Postfix's postconf. clamconf was created under pressure from Tomasz Papszun ;-)
31 31
 .SH "AUTHOR"
... ...
@@ -65,10 +65,10 @@ Specify a custom flevel. Default: 77
65 65
 .TP 
66 66
 \fB\-\-cvd\-version\fR
67 67
 Specify the version number to use for the build. Default is to use the value+1
68
-from the current CVD in --datadir. If no datafile is found the default
68
+from the current CVD in \-\-datadir. If no datafile is found the default
69 69
 behaviour is to prompt for a version number, this switch will prevent the
70 70
 prompt.
71
-NOTE: If a CVD is found in the --datadir its version+1 is used and this value is ignored.
71
+NOTE: If a CVD is found in the \-\-datadir its version+1 is used and this value is ignored.
72 72
 .TP 
73 73
 \fB\-\-no\-cdiff\fR
74 74
 Don't create a .cdiff file when building a new database file.