summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.3
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-03-07 04:45:55 +0000
committerdes <des@FreeBSD.org>2001-03-07 04:45:55 +0000
commit1804e2a81815566b69c6a54aff89eaf4a57c8e65 (patch)
treef8c637bb9a7cdda4f389a9f7202ee2a6629e0622 /lib/libfetch/fetch.3
parent9c1fb038d7d49d0f13914c9cf74abbaf2252f87c (diff)
downloadFreeBSD-src-1804e2a81815566b69c6a54aff89eaf4a57c8e65.zip
FreeBSD-src-1804e2a81815566b69c6a54aff89eaf4a57c8e65.tar.gz
Support lower-case versions of the proxy environment variables.
PR: bin/25494
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r--lib/libfetch/fetch.38
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index b0c3b14..55ddd6e 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -449,6 +449,10 @@ If this variable is set to an empty string, no proxy will be used for
FTP requests, even if the
.Ev HTTP_PROXY
variable is set.
+.It Ev ftp_proxy
+Same as
+.Ev FTP_PROXY ,
+for compatibility.
.It Ev HTTP_AUTH
Specifies HTTP authorization parameters as a colon-separated list of
items.
@@ -470,6 +474,10 @@ If no port number is specified, the default is 3128.
Note that this proxy will also be used for FTP documents, unless the
.Ev FTP_PROXY
variable is set.
+.It Ev http_proxy
+Same as
+.Ev HTTP_PROXY ,
+for compatibility.
.It Ev HTTP_PROXY_AUTH
Specifies authorization parameters for the HTTP proxy in the same
format as the
OpenPOWER on IntegriCloud