Browse code

escape some more hyphens.

git-svn: trunk@4943

Török Edvin authored on 2009/03/14 00:44:53
Showing 3 changed files
... ...
@@ -1,3 +1,8 @@
1
+Fri Mar 13 17:44:48 EET 2009 (edwin)
2
+------------------------------------
3
+ * docs/man/clamdscan.1.in, docs/man/clamdtop.1.in: escape some more
4
+ hyphens.
5
+
1 6
 Fri Mar 13 17:36:23 EET 2009 (edwin)
2 7
 ------------------------------------
3 8
  * docs/man/clamdscan.1.in, docs/man/freshclam.1.in: fix
... ...
@@ -77,8 +77,8 @@ Forces file streaming to clamd. This is generally not needed as clamdscan detect
77 77
 .TP
78 78
 (4) To scan from standard input:
79 79
 
80
-\fBclamdscan - <file_to_scan\fR
81
-\fBcat file_to_scan | clamdscan -\fR
80
+\fBclamdscan \- <file_to_scan\fR
81
+\fBcat file_to_scan | clamdscan \-\fR
82 82
 .SH "RETURN CODES"
83 83
 .LP 
84 84
 0 : No virus found.
... ...
@@ -154,7 +154,7 @@ The name of the file being processed (if applicable).
154 154
 .TP
155 155
 (2) To connect to the clamd configured in another clamd.conf:
156 156
 
157
-\fBclamdtop --config-file=/path/to/clamd.conf
157
+\fBclamdtop \-\-config\-file=/path/to/clamd.conf
158 158
 
159 159
 .TP
160 160
 (3) To connect to a clamd running on another machine (192.168.0.3) on the LAN:
... ...
@@ -174,7 +174,7 @@ The name of the file being processed (if applicable).
174 174
 clamdtop uses colors if the terminal is capable of colors.
175 175
 If you know your terminal is capable of colors, yet you aren't seeing any, then check
176 176
 that your \fBTERM\fR environment variable is set correctly.
177
-For example try setting it to TERM=xterm-color if you are in an xterm-like
177
+For example try setting it to TERM=xterm\-color if you are in an xterm-like
178 178
 environment.
179 179
 .SH "RETURN CODES"
180 180
 .LP