]> sjero.net Git - wget/commitdiff
doc: remove wrong description of -k -K used together with -E.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 22 Dec 2010 13:08:17 +0000 (14:08 +0100)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 22 Dec 2010 13:08:17 +0000 (14:08 +0100)
doc/ChangeLog
doc/wget.texi

index ca6d8219efa69ef795f1efd4d090f0fa8d0c3299..528a2eb5fc9545e7f93c4e6970d4f5964adfc5a2 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-22  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.texi (HTTP Options): Remove sentence which doesn't reflect
+       the wget behaviour when -k -K are used with -E.
+       Reported by: pike-wget@kw.nl.
+
 2010-08-08  Reza Snowdon <vivi@mage.me.uk>
        * wget.texi: Added information about the config option to the
        'Overview' section and a description of the option in
index fbb3d8945cea205667424de32d0971385f0f2489..7a39c86d23cf2e3121ecf174143668d1b91e37d0 100644 (file)
@@ -1188,10 +1188,7 @@ Note that filenames changed in this way will be re-downloaded every time
 you re-mirror a site, because Wget can't tell that the local
 @file{@var{X}.html} file corresponds to remote URL @samp{@var{X}} (since
 it doesn't yet know that the URL produces output of type
-@samp{text/html} or @samp{application/xhtml+xml}.  To prevent this 
-re-downloading, you must use @samp{-k} and @samp{-K} so that the original 
-version of the file will be saved as @file{@var{X}.orig} (@pxref{Recursive 
-Retrieval Options}).
+@samp{text/html} or @samp{application/xhtml+xml}.
 
 As of version 1.12, Wget will also ensure that any downloaded files of
 type @samp{text/css} end in the suffix @samp{.css}, and the option was