]> sjero.net Git - wget/blobdiff - doc/wget.texi
Fix confusing example on --folow-ftp and negation.
[wget] / doc / wget.texi
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.