From 1c99c4ad11e7f5cef70302ff8f641bb7c68ac1a6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Dec 2001 11:59:05 +0000 Subject: [PATCH] =?UTF-8?q?HTTP=5FPROXY=20=3D>=20http=5Fproxy=20as=20Bj=F6?= =?UTF-8?q?rn=20pointed=20out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/curl.1 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/curl.1 b/docs/curl.1 index 766d330ad..10b7a3466 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -677,7 +677,7 @@ If this option is used several times, the last one will be used. Default config file. .SH ENVIRONMENT -.IP "HTTP_PROXY [protocol://][:port]" +.IP "http_proxy [protocol://][:port]" Sets proxy server to use for HTTP. .IP "HTTPS_PROXY [protocol://][:port]" Sets proxy server to use for HTTPS. @@ -688,11 +688,8 @@ Sets proxy server to use for GOPHER. .IP "ALL_PROXY [protocol://][:port]" Sets proxy server to use if no protocol-specific proxy is set. .IP "NO_PROXY " -list of host names that shouldn't go through any proxy. If set to a -asterisk '*' only, it matches all hosts. -.IP "COLUMNS " -The width of the terminal. This variable only affects curl when the ---progress-bar option is used. +list of host names that shouldn't go through any proxy. If set to a asterisk +'*' only, it matches all hosts. .SH EXIT CODES 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,