summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-05-31 08:45:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-05-31 08:45:36 +0200
commita6ad28a75e55859f6bb66a1eaf339154f59691a8 (patch)
tree616dd1277c11ca679940026b170daf7c92d5eaf7
parent534056297fc70b212f75368bc517eb163b3c5658 (diff)
downloadcurl-a6ad28a75e55859f6bb66a1eaf339154f59691a8.tar.gz
CURLOPT_PROXY.3: fix test 1140 breakage
-rw-r--r--docs/libcurl/opts/CURLOPT_PROXY.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY.3 b/docs/libcurl/opts/CURLOPT_PROXY.3
index 02de8f4b9..c543c2c5d 100644
--- a/docs/libcurl/opts/CURLOPT_PROXY.3
+++ b/docs/libcurl/opts/CURLOPT_PROXY.3
@@ -81,7 +81,7 @@ considered. \fBall_proxy\fP is used if no protocol specific proxy was set.
If \fBno_proxy\fP (or \fBNO_PROXY\fP) is set, it can specify a list of host
names to not use a proxy for (even if one of the previous mention variables
-are set). That is the exact equivalent of setting the \fBCURLOPT_NOPROXY(3)\fP
+are set). That is the exact equivalent of setting the \fICURLOPT_NOPROXY(3)\fP
option.
The \fICURLOPT_PROXY(3)\fP option overrides environment variables.