From 70e2db51e178277bb12ad8c0e5c583b57589dd3b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 Apr 2009 22:01:33 +0000 Subject: - bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer Koenig pointed out that the man page didn't tell that the *_proxy environment variables can be specified lower case or UPPER CASE and the lower case takes precedence, --- docs/curl.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/curl.1 b/docs/curl.1 index c0a76d9d0..9748d5bec 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1482,8 +1482,10 @@ default statistics. .I ~/.curlrc .RS Default config file, see \fI-K/--config\fP for details. - .SH ENVIRONMENT +The environment variables can be specified in lower case or upper case. The +lower case version has precedence. http_proxy is an exception as it is only +available in lower case. .IP "http_proxy [protocol://][:port]" Sets the proxy server to use for HTTP. .IP "HTTPS_PROXY [protocol://][:port]" -- cgit v1.2.3