summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van den Berg <richard.vandenberg@ncsc.nl>2015-09-22 13:45:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-09-22 16:54:28 +0200
commit0583ed3e48be3fcbccf77dc5ac571ba442d203cb (patch)
treecdbb8e0c25bf1bc92cda38a19f2edcb4866ea3a8
parent67ae07c2e0452fdf6f654ad099f9e4dda327da66 (diff)
downloadgnurl-0583ed3e48be3fcbccf77dc5ac571ba442d203cb.tar.gz
gnurl-0583ed3e48be3fcbccf77dc5ac571ba442d203cb.tar.bz2
gnurl-0583ed3e48be3fcbccf77dc5ac571ba442d203cb.zip
CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment
Closes #449
-rw-r--r--docs/libcurl/opts/CURLOPT_PROXY.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY.3 b/docs/libcurl/opts/CURLOPT_PROXY.3
index cf5c7574c..c98348341 100644
--- a/docs/libcurl/opts/CURLOPT_PROXY.3
+++ b/docs/libcurl/opts/CURLOPT_PROXY.3
@@ -61,8 +61,8 @@ option does however override any possibly set environment variables.
Setting the proxy string to "" (an empty string) will explicitly disable the
use of a proxy, even if there is an environment variable set for it.
-A proxy host string given in an environment variable can also include protocol
-scheme (http://) and embedded user + password.
+A proxy host string can also include protocol scheme (http://) and embedded
+user + password.
.SH DEFAULT
Default is NULL, meaning no proxy is used.