1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

doc: remove wrong description of -k -K used together with -E.

This commit is contained in:
Giuseppe Scrivano 2010-12-22 14:08:17 +01:00
parent e52cd21256
commit 7f8d5d6f87
2 changed files with 7 additions and 4 deletions

View 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

View 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