Blame SOURCES/wget-1.14-manpage-tex5.patch

226bdc
From a2a34ad8e09117041761fa96830f289aa6e67042 Mon Sep 17 00:00:00 2001
226bdc
From: Tomas Hozza <thozza@redhat.com>
226bdc
Date: Fri, 22 Feb 2013 12:29:37 +0100
226bdc
Subject: [PATCH] Fix @itemx issue when building doc
226bdc
226bdc
@itemx should be used ONLY for second and subsequent item(s).
226bdc
226bdc
Signed-off-by: Tomas Hozza <thozza@redhat.com>
226bdc
---
226bdc
 doc/wget.texi | 8 ++++----
226bdc
 1 file changed, 4 insertions(+), 4 deletions(-)
226bdc
226bdc
diff --git a/doc/wget.texi b/doc/wget.texi
226bdc
index c1fc82f..3768156 100644
226bdc
--- a/doc/wget.texi
226bdc
+++ b/doc/wget.texi
226bdc
@@ -876,7 +876,7 @@ recommendation to block many unrelated users from a web site due to the
226bdc
 actions of one.
226bdc
 
226bdc
 @cindex proxy
226bdc
-@itemx --no-proxy
226bdc
+@item --no-proxy
226bdc
 Don't use proxies, even if the appropriate @code{*_proxy} environment
226bdc
 variable is defined.
226bdc
 
226bdc
@@ -977,7 +977,7 @@ are outside the range of @sc{ascii} characters (that is, greater than
226bdc
 whose encoding does not match the one used locally.
226bdc
 
226bdc
 @cindex IPv6
226bdc
-@itemx -4
226bdc
+@item -4
226bdc
 @itemx --inet4-only
226bdc
 @itemx -6
226bdc
 @itemx --inet6-only
226bdc
@@ -3094,7 +3094,7 @@ display properly---the same as @samp{-p}.
226bdc
 Change setting of passive @sc{ftp}, equivalent to the
226bdc
 @samp{--passive-ftp} option.
226bdc
 
226bdc
-@itemx password = @var{string}
226bdc
+@item password = @var{string}
226bdc
 Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
226bdc
 This command can be overridden using the @samp{ftp_password} and 
226bdc
 @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
226bdc
@@ -3605,7 +3605,7 @@ In addition to the environment variables, proxy location and settings
226bdc
 may be specified from within Wget itself.
226bdc
 
226bdc
 @table @samp
226bdc
-@itemx --no-proxy
226bdc
+@item --no-proxy
226bdc
 @itemx proxy = on/off
226bdc
 This option and the corresponding command may be used to suppress the
226bdc
 use of proxy, even if the appropriate environment variables are set.
226bdc
-- 
226bdc
1.8.1.2
226bdc