aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-04 21:53:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-04 21:53:10 +0000
commit291e9aeabdf32c61dc3d42db60e7274141927fc6 (patch)
tree2ab2cf0be01ace61e10c63064cd02ed92861efb7
parenta3d776187a775417f550392ada74b57ff09796e6 (diff)
don't start lines with apostrophes!
-rw-r--r--docs/curl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 019fcc386..8fad33f0e 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -608,7 +608,7 @@ directory.
A quick and very simple example of how to setup a \fI.netrc\fP to allow curl
to ftp to the machine host.domain.com with user name \&'myself' and password
-'secret' should look similar to:
+\&'secret' should look similar to:
.B "machine host.domain.com login myself password secret"
@@ -1180,7 +1180,7 @@ Sets proxy server to use for GOPHER.
Sets proxy server to use if no protocol-specific proxy is set.
.IP "NO_PROXY <comma-separated list of hosts>"
list of host names that shouldn't go through any proxy. If set to a asterisk
-'*' only, it matches all hosts.
+\&'*' only, it matches all hosts.
.SH EXIT CODES
There exists a bunch of different error codes and their corresponding error
messages that may appear during bad conditions. At the time of this writing,