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

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