aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_NOPROXY.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-24 09:30:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-08-24 23:22:46 +0200
commita7ba60bb725088cc650bbb636c06a78715568663 (patch)
treed0799b108e67ea301c68072ef3ce847a77fc0a5e /docs/libcurl/opts/CURLOPT_NOPROXY.3
parent20168b948abc4b6420d811f7a9526211e102f1f3 (diff)
docs: clarify NO_PROXY env variable functionality
Reported-by: Kirill Marchuk Fixes #2773 Closes #2911
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_NOPROXY.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_NOPROXY.34
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOPROXY.3 b/docs/libcurl/opts/CURLOPT_NOPROXY.3
index 8ca0580a2..0d3ce229c 100644
--- a/docs/libcurl/opts/CURLOPT_NOPROXY.3
+++ b/docs/libcurl/opts/CURLOPT_NOPROXY.3
@@ -52,7 +52,9 @@ brackets:
The application does not have to keep the string around after setting this
option.
.SH "Environment variables"
-See \fICURLOPT_PROXY(3)\fP
+If there's an environment variable called \fBno_proxy\fP (or \fBNO_PROXY\fP),
+it will be used if the \fICURLOPT_NOPROXY(3)\fP option is not set. It works
+exactly the same way.
.SH DEFAULT
NULL
.SH PROTOCOLS