From 3a3c1e7129f7b21e069601a2b8a9d3d09873a754 Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Tue, 28 Jun 2005 13:19:19 -0700
Subject: [PATCH] [svn] Don't claim that --base requires --force-html to work.

---
 doc/ChangeLog | 5 +++++
 doc/wget.texi | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

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  <hniksic@xemacs.org>
+
+	* wget.texi (Logging and Input File Options): Don't claim that
+	--base requires --force-html to work.
+
 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
 
 	* 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