diff options
author | vd <vd@FreeBSD.org> | 2013-05-17 16:11:03 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2013-05-17 16:11:03 +0800 |
commit | 4b767bc2e4623b388fe93342a9be229d3f967e16 (patch) | |
tree | 64d0837b78ed8af19ab4300968e5897cc575f4fb /ftp/wget | |
parent | c9cab35325bfa2c69be2652c52c82c8b1b797f72 (diff) | |
download | freebsd-ports-gnome-4b767bc2e4623b388fe93342a9be229d3f967e16.tar.gz freebsd-ports-gnome-4b767bc2e4623b388fe93342a9be229d3f967e16.tar.zst freebsd-ports-gnome-4b767bc2e4623b388fe93342a9be229d3f967e16.zip |
ftp/wget: fix build with texinfo-5 installed
PR: ports/178646
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/files/patch-doc__wget.texi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ftp/wget/files/patch-doc__wget.texi b/ftp/wget/files/patch-doc__wget.texi new file mode 100644 index 000000000000..5bcac741748a --- /dev/null +++ b/ftp/wget/files/patch-doc__wget.texi @@ -0,0 +1,40 @@ +--- doc/wget.texi ++++ 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 +-@itemx --no-proxy ++@item --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 +-@itemx -4 ++@item -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. + +-@itemx password = @var{string} ++@item 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 +-@itemx --no-proxy ++@item --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. +-- +cgit v0.9.0.2 |