]> sjero.net Git - wget/commitdiff
[svn] Document --[no-]proxy as being primarily used to turn *off* proxies.
authorhniksic <devnull@localhost>
Sat, 14 May 2005 20:06:34 +0000 (13:06 -0700)
committerhniksic <devnull@localhost>
Sat, 14 May 2005 20:06:34 +0000 (13:06 -0700)
doc/ChangeLog
doc/wget.texi

index e87ae3ca89f09ca279b4d53040fcefa9ff77a79d..be7a6120a525488b089dc65e6c53aa72765fe9f1 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Overview): Document --[no-]proxy as primarily being
+       used to turn *off* the use of proxies.
+
 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.texi (HTTPS (SSL/TLS) Options): Explain certificate
index 5bc2966cb29e0a650fdf6d6bdc74a51ec20d0201..5f72c35a3ce849fd3e166d1bb13df69394808fc3 100644 (file)
@@ -835,11 +835,9 @@ recommendation to block many unrelated users from a web site due to the
 actions of one.
 
 @cindex proxy
-@item -Y on/off
-@itemx --proxy
 @itemx --no-proxy
-Turn proxy support on or off.  The proxy is on by default if the
-appropriate environment variable is defined.
+Don't use proxies, even if the appropriate @code{*_proxy} environment
+variable is defined.
 
 For more information about the use of proxies with Wget, @xref{Proxies}.
 
@@ -3209,13 +3207,10 @@ In addition to the environment variables, proxy location and settings
 may be specified from within Wget itself.
 
 @table @samp
-@item -Y on/off
-@itemx --proxy
 @itemx --no-proxy
 @itemx proxy = on/off
-This option may be used to turn the proxy support on or off.  Proxy
-support is on by default, provided that the appropriate environment
-variables are set.
+This option and the corresponding command may be used to suppress the
+use of proxy, even if the appropriate environment variables are set.
 
 @item http_proxy = @var{URL}
 @itemx ftp_proxy = @var{URL}