diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-03-07 04:45:55 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-03-07 04:45:55 +0000 |
| commit | 4cee73c80f52cef57f3e95357ada6ea352be14e2 (patch) | |
| tree | 4c6d3d0aa47837865bf2b8797e59ac5c4824cd99 /lib/libfetch/fetch.3 | |
| parent | f227364a17f1426b7e026a42c67e419fcef67b06 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.3')
| -rw-r--r-- | lib/libfetch/fetch.3 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index b0c3b1452519..55ddd6edc2bf 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 |
