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