diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-06 09:23:27 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-06 09:23:27 +0000 |
commit | 6c81eb523e10c41a04a98cd08889e5915847d697 (patch) | |
tree | 133ec22075460c41231b8586643c0a1d9451f967 /lib/libfetch/fetch.3 | |
parent | 0138a93062f72282ce9bdb463c711443dc2e0689 (diff) | |
download | src-6c81eb523e10c41a04a98cd08889e5915847d697.tar.gz src-6c81eb523e10c41a04a98cd08889e5915847d697.zip |
Notes
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r-- | lib/libfetch/fetch.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 5f5acb0d4925..9c21fcd9b60b 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -422,9 +422,9 @@ and message, e.g. "File is not available (404 Not Found)" .Sh ENVIRONMENT .Bl -tag -width FTP_PASSIVE_MODE .It Ev FTP_PASSIVE_MODE -The FTP code selects passive mode by default. -To force active mode FTP, set this variable to -.Ql no . +If set to anything but +.Ql no , +forces the FTP code to use passive mode. .It Ev FTP_PASSWORD Default FTP password if the remote server requests one and none was provided in the URL. |