diff --git a/doc/ChangeLog b/doc/ChangeLog index d0f2917f..984fbce0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-28 Hrvoje Niksic + + * wget.texi (Logging and Input File Options): Don't claim that + --base requires --force-html to work. + 2005-06-25 Hrvoje Niksic * wget.texi (Download Options): Update -4/-6 documentation to diff --git a/doc/wget.texi b/doc/wget.texi index 6f4b24e2..1f8344ee 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -514,8 +514,8 @@ option. @cindex base for relative links in input file @item -B @var{URL} @itemx --base=@var{URL} -When used in conjunction with @samp{-F}, prepends @var{URL} to relative -links in the file specified by @samp{-i}. +Prepends @var{URL} to relative links read from the file specified with +the @samp{-i} option. @end table @node Download Options