aboutsummaryrefslogtreecommitdiffstats
path: root/docs/libcurl/opts/CURLOPT_NOPROXY.3
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-10-30 23:00:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-30 23:00:37 +0000
commit849332cb73701636b19b97f3d82e8e9fa0d51a30 (patch)
tree24facefd22d2ca56694f740049660701da90ee9a /docs/libcurl/opts/CURLOPT_NOPROXY.3
parent8c49d19ccbe7df4ce7b150f5d92eaddcc7f369df (diff)
parentb1ef70f7d9fdfa1431b948df6ae7bb0b15966dee (diff)
downloadexternal_curl-849332cb73701636b19b97f3d82e8e9fa0d51a30.tar.gz
external_curl-849332cb73701636b19b97f3d82e8e9fa0d51a30.tar.bz2
external_curl-849332cb73701636b19b97f3d82e8e9fa0d51a30.zip
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_NOPROXY.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_NOPROXY.36
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOPROXY.3 b/docs/libcurl/opts/CURLOPT_NOPROXY.3
index 6f55e506..39ac49b6 100644
--- a/docs/libcurl/opts/CURLOPT_NOPROXY.3
+++ b/docs/libcurl/opts/CURLOPT_NOPROXY.3
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLOPT_NOPROXY 3 "March 03, 2018" "libcurl 7.61.0" "curl_easy_setopt options"
+.TH CURLOPT_NOPROXY 3 "August 24, 2018" "libcurl 7.61.1" "curl_easy_setopt options"
.SH NAME
CURLOPT_NOPROXY \- disable proxy use for specific hosts
@@ -53,7 +53,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