bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] docs: fix errors and warnings with Texinfo 5


From: Stefano Lattarini
Subject: [Bug-wget] [PATCH] docs: fix errors and warnings with Texinfo 5
Date: Thu, 8 Nov 2012 12:15:41 +0100

Or rather, with the development version 4.13.90, which will eventually
become Texinfo 5.0.

* doc/wget.texi: Use '@item' instead of '@itemx' in several places,
as Texinfo 5 refuses to process an '@itemx' that is not preceded by an
'@item'.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <address@hidden>
---
 doc/ChangeLog | 9 +++++++++
 doc/wget.texi | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index b60a307..bd6f573 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,12 @@
+2012-10-08  Stefano Lattarini <address@hidden>  (tiny change)
+
+       docs: fix errors and warnings with Texinfo 5
+       Or rather, with the development version 4.13.90, which will
+       eventually become Texinfo 5.0.
+       * wget.texi: Use '@item' instead of '@itemx' in several places,
+       as Texinfo 5 refuses to process an '@itemx' that is not preceded
+       by an '@item'.
+
 2012-08-28  Tim Ruehsen <address@hidden>
 
         * doc/wget.texi: remove -nv from --report-speed
diff --git a/doc/wget.texi b/doc/wget.texi
index 400debe..8fd6801 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -875,7 +875,7 @@ recommendation to block many unrelated users from a web 
site due to the
 actions of one.
 
 @cindex proxy
address@hidden --no-proxy
address@hidden --no-proxy
 Don't use proxies, even if the appropriate @code{*_proxy} environment
 variable is defined.
 
@@ -976,7 +976,7 @@ are outside the range of @sc{ascii} characters (that is, 
greater than
 whose encoding does not match the one used locally.
 
 @cindex IPv6
address@hidden -4
address@hidden -4
 @itemx --inet4-only
 @itemx -6
 @itemx --inet6-only
@@ -3093,7 +3093,7 @@ display properly---the same as @samp{-p}.
 Change setting of passive @sc{ftp}, equivalent to the
 @samp{--passive-ftp} option.
 
address@hidden password = @var{string}
address@hidden password = @var{string}
 Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
 This command can be overridden using the @samp{ftp_password} and 
 @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
@@ -3604,7 +3604,7 @@ In addition to the environment variables, proxy location 
and settings
 may be specified from within Wget itself.
 
 @table @samp
address@hidden --no-proxy
address@hidden --no-proxy
 @itemx proxy = on/off
 This option and the corresponding command may be used to suppress the
 use of proxy, even if the appropriate environment variables are set.
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]