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

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