diff options
author | des <des@FreeBSD.org> | 2000-08-31 15:13:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-08-31 15:13:22 +0000 |
commit | ebf8e6bdbff9143531a7d02f8395d7bfb23d5878 (patch) | |
tree | ffd4c3917f0aa9adc5d8d532d05a66fe05c45a6c /lib/libfetch | |
parent | 2bbee59fc934223c4cd32612867ff0047d26c79a (diff) | |
download | FreeBSD-src-ebf8e6bdbff9143531a7d02f8395d7bfb23d5878.zip FreeBSD-src-ebf8e6bdbff9143531a7d02f8395d7bfb23d5878.tar.gz |
Document the FTP_PROXY and HTTP_PROXY variables better.
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/fetch.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 723cf3b..9c4249f 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -426,6 +426,10 @@ as user name to the proxy, where is the real user name, and .Ql host is the name of the FTP server. +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 HTTP_AUTH Specifies HTTP authorization parameters, used only if the server requires authorization and no user name or password was specified in |