From 0583ed3e48be3fcbccf77dc5ac571ba442d203cb Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Tue, 22 Sep 2015 13:45:41 +0200 Subject: CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment Closes #449 --- docs/libcurl/opts/CURLOPT_PROXY.3 | 4 ++-- 1 file 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. -- cgit v1.2.3