aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2007-12-28 19:47:37 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2007-12-28 19:47:37 +0000
commit0fc781ff32b7375c82135db1377f13e3c68b39a0 (patch)
treef8e60a0678fe618e7a7cf3ab0d808da945e318bd /usr.bin/fetch
parente57d0311811bd082751e8c3747f49b4e9a8b1b3b (diff)
downloadsrc-0fc781ff32b7375c82135db1377f13e3c68b39a0.tar.gz
src-0fc781ff32b7375c82135db1377f13e3c68b39a0.zip
List all environment variables supported by libfetch, along with a reference
to the fetch(3) man page. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=174960
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/fetch.128
1 files changed, 19 insertions, 9 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 5d87839cf27f..3922db581930 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -212,19 +212,29 @@ message.
.Sh ENVIRONMENT
.Bl -tag -width HTTP_TIMEOUT
.It Ev FTP_TIMEOUT
-maximum time, in seconds, to wait before aborting an FTP connection.
+Maximum time, in seconds, to wait before aborting an FTP connection.
.It Ev HTTP_TIMEOUT
-maximum time, in seconds, to wait before aborting an HTTP connection.
+Maximum time, in seconds, to wait before aborting an HTTP connection.
.El
.Pp
-All environment variables mentioned in the documentation for the
-.Xr fetch 3
-library are supported.
-A number of these are quite important to the proper operation of
-.Nm ;
-you are strongly encouraged to read
+See
.Xr fetch 3
-as well.
+for a description of additional environment variables, including
+.Ev FETCH_BIND_ADDRESS ,
+.Ev FTP_LOGIN ,
+.Ev FTP_PASSIVE_MODE ,
+.Ev FTP_PASSWORD ,
+.Ev FTP_PROXY ,
+.Ev ftp_proxy ,
+.Ev HTTP_AUTH ,
+.Ev HTTP_PROXY ,
+.Ev http_proxy ,
+.Ev HTTP_PROXY_AUTH ,
+.Ev HTTP_REFERER ,
+.Ev HTTP_USER_AGENT ,
+.Ev NETRC ,
+.Ev NO_PROXY and
+.Ev no_proxy .
.Sh EXIT STATUS
The
.Nm