From ed533c23c7aecaedeaf0df1fc8e9a67358910a56 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Mon, 6 Jul 2009 21:11:03 -0700 Subject: [PATCH] Corrected documentation on --input-file. --- doc/ChangeLog | 6 ++++++ doc/wget.texi | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index cda5948d..3f55b999 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-07-06 Micah Cowan + + * wget.texi (Logging and Input File Options): Alter description of + --input-file, implying that --force-html isn't necessary when the + input is in HTML file. + 2009-07-03 Micah Cowan * wget.texi (Download Options): --iri=no --> --no-iri diff --git a/doc/wget.texi b/doc/wget.texi index 5620f739..d0499223 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -486,9 +486,8 @@ specified as @var{file}, @sc{url}s are read from the standard input. If this function is used, no @sc{url}s need be present on the command line. If there are @sc{url}s both on the command line and in an input file, those on the command lines will be the first ones to be -retrieved. The @var{file} need not be an @sc{html} document (but no -harm if it is)---it is enough if the @sc{url}s are just listed -sequentially. +retrieved. If @samp{--force-html} is not specified, then @var{file} +should consist of a series of URLs, one per line. However, if you specify @samp{--force-html}, the document will be regarded as @samp{html}. In that case you may have problems with -- 2.39.2