Commit 1c99c4ad authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

HTTP_PROXY => http_proxy as Bjrn pointed out

parent bbcfc106
Loading
Loading
Loading
Loading
+3 −6
Original line number Original line Diff line number Diff line
@@ -677,7 +677,7 @@ If this option is used several times, the last one will be used.
Default config file.
Default config file.


.SH ENVIRONMENT
.SH ENVIRONMENT
.IP "HTTP_PROXY [protocol://]<host>[:port]"
.IP "http_proxy [protocol://]<host>[:port]"
Sets proxy server to use for HTTP.
Sets proxy server to use for HTTP.
.IP "HTTPS_PROXY [protocol://]<host>[:port]"
.IP "HTTPS_PROXY [protocol://]<host>[:port]"
Sets proxy server to use for HTTPS.
Sets proxy server to use for HTTPS.
@@ -688,11 +688,8 @@ Sets proxy server to use for GOPHER.
.IP "ALL_PROXY [protocol://]<host>[:port]"
.IP "ALL_PROXY [protocol://]<host>[:port]"
Sets proxy server to use if no protocol-specific proxy is set.
Sets proxy server to use if no protocol-specific proxy is set.
.IP "NO_PROXY <comma-separated list of hosts>"
.IP "NO_PROXY <comma-separated list of hosts>"
list of host names that shouldn't go through any proxy. If set to a
list of host names that shouldn't go through any proxy. If set to a asterisk
asterisk '*' only, it matches all hosts.
'*' only, it matches all hosts.
.IP "COLUMNS <integer>"
The width of the terminal.  This variable only affects curl when the
--progress-bar option is used.
.SH EXIT CODES
.SH EXIT CODES
There exists a bunch of different error codes and their corresponding error
There exists a bunch of different error codes and their corresponding error
messages that may appear during bad conditions. At the time of this writing,
messages that may appear during bad conditions. At the time of this writing,