]> sjero.net Git - wget/commitdiff
Fix confusing example on --folow-ftp and negation.
authorJoao Ferreira <joao@joaoff.com>
Thu, 11 Jun 2009 23:27:00 +0000 (16:27 -0700)
committerJoao Ferreira <joao@joaoff.com>
Thu, 11 Jun 2009 23:27:00 +0000 (16:27 -0700)
doc/ChangeLog
doc/wget.texi

index b50466c24a76d6d94be729cc987c7389f1c4f4cc..612d5e7a5f873795e0c28e09be6578abc6ff534e 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-11  Joao Ferreira  <joao@joaoff.com>
+
+       * wget.texi (Option Syntax): Fixed contradictory and confusing
+       explanation of --folow-ftp and negation.
+
 2009-06-10  Micah Cowan  <micah@cowan.name>
 
        * sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks
index 6e0dd0a080c330b9c9956a91e589b79bd62b9656..516c55e7be67960623ec724483677248e13bfbaf 100644 (file)
@@ -396,8 +396,8 @@ the option name; negative options can be negated by omitting the
 @samp{--no-} prefix.  This might seem superfluous---if the default for
 an affirmative option is to not do something, then why provide a way
 to explicitly turn it off?  But the startup file may in fact change
-the default.  For instance, using @code{follow_ftp = off} in
-@file{.wgetrc} makes Wget @emph{not} follow FTP links by default, and
+the default.  For instance, using @code{follow_ftp = on} in
+@file{.wgetrc} makes Wget @emph{follow} FTP links by default, and
 using @samp{--no-follow-ftp} is the only way to restore the factory
 default from the command line.