1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Subject: Fixing improper special characters in manpage
From: Al Nikolov <clown@debian.org>
Index: proxycheck/proxycheck.1
===================================================================
--- proxycheck.orig/proxycheck.1
+++ proxycheck/proxycheck.1
@@ -5,7 +5,7 @@
.TH proxycheck 1
.SH NAME
-proxycheck \- open proxy server checker
+proxycheck \(em open proxy server checker
.SH SYNOPSYS
\fBproxycheck\fR \fIoptions\fR \fIhost\fR[:\fIproto_port_spec\fR]...
@@ -30,7 +30,7 @@ assumes the proxy service is running and
\fBproxycheck\fR supports all commonly used proxy protocols,
namely, HTTP CONNECT method, SOCKS versions 4 and 5, and Wingate
-"telnet"-style proxies. In future, support for more protocols
+"telnet"\(hystyle proxies. In future, support for more protocols
may be added.
Please note that with current number of various trojan horses
@@ -74,7 +74,7 @@ in the form
to the remote system. Proxy assumed to be open if \fIexpectstr\fR is
found.
.IP "\fBdsbl\fR (no parameters accepted)"
-try to submit all found proxies to the DSBL.org\-like system, see
+try to submit all found proxies to the DSBL.org-like system, see
http://dsbl.org/ for more details. All the parameters required
(username, password, recipient address, cookie server, ...) are
expected to be found in environment variables. Run \fBproxycheck\fR
@@ -137,7 +137,7 @@ to writing about open proxies, in a form
.IP \fB\-x\fR
print extended proxy information (proxy-agent and the like) if available.
-This will be on the same "open" (or "closed" with -n) line, last, enclosed
+This will be on the same "open" (or "closed" with \-n) line, last, enclosed
in square brackets [].
.IP "\fB\-i\fR \fIfilename\fR"
@@ -163,7 +163,7 @@ like:
.br
.fi
-Run \fBproxycheck -h\fR to see a list of supported protocols
+Run \fBproxycheck \-h\fR to see a list of supported protocols
and default ports.
.SH USAGE
@@ -173,8 +173,8 @@ to your mailserver on port 25 to see whi
connection (SMTP greething line), and use it with \fBchat\fR:
.nf
- proxycheck -d yourmailserver.example.org:25 \\
- -c chat::\fIgreething\fR ip.add.re.ss...
+ proxycheck \-d yourmailserver.example.org:25 \\
+ \-c chat::\fIgreething\fR ip.add.re.ss...
.fi
\fBproxycheck\fR will write a single line for every proto:port
@@ -202,7 +202,7 @@ where \fI127.0.0.3\fR is \fIoutgoing\fR
proxy as reported by the destination system. This IP address is hint only,
there is no simple and reliable way currently exists for \fBproxycheck\fR
to determine that information. \fBProxycheck\fR is able to parse a line
-sent by remote system in \fB\-c chat\fR mode \- in this mode, \fBproxycheck\fR
+sent by remote system in \fB\-c chat\fR mode \(em in this mode, \fBproxycheck\fR
skips all printable characters after \fIexpstr\fR it found and searches for
opening `[', when tries to find closing ']' and interpret digits and dots
in between as an IP address which gets printed like above. If your
|