From 08ebc7576e351d04aea3ebd7375d8df160921109 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 21 Nov 2001 16:52:19 -0800 Subject: [PATCH] [svn] Small doc fixes. Published in . --- doc/ChangeLog | 7 +++++++ doc/wget.texi | 10 ++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 5a0bdc59..7a954325 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2001-11-22 Hrvoje Niksic + + * wget.texi (Proxies): Fix typo. + (Proxies): Sync the text with the example. + (Wgetrc Commands): There is no -f option. It's --follow-ftp. + Reported by Wojtek Kotwica. + 2001-11-17 Hrvoje Niksic * Makefile.in (install.info): If info files from the build diff --git a/doc/wget.texi b/doc/wget.texi index 81ccaa15..9bbefa72 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -1988,7 +1988,8 @@ download---the same as @samp{-X} (@pxref{Directory-Based Limits}). Same as @samp{--exclude-domains} (@pxref{Domain Acceptance}). @item follow_ftp = on/off -Follow @sc{ftp} links from @sc{html} documents---the same as @samp{-f}. +Follow @sc{ftp} links from @sc{html} documents---the same as +@samp{--follow-ftp}. @item follow_tags = @var{string} Only follow certain HTML tags when doing a recursive retrieval, just like @@ -2490,7 +2491,7 @@ This variable should contain the @sc{url} of the proxy for @sc{http} connections. @item ftp_proxy -This variable should contain the @sc{url} of the proxy for @sc{http} +This variable should contain the @sc{url} of the proxy for @sc{ftp} connections. It is quite common that @sc{http_proxy} and @sc{ftp_proxy} are set to the same @sc{url}. @@ -2527,8 +2528,9 @@ authentication schemes exist. For proxy authorization only the You may specify your username and password either through the proxy @sc{url} or through the command-line options. Assuming that the -company's proxy is located at @samp{proxy.srce.hr} at port 8001, a proxy -@sc{url} location containing authorization data might look like this: +company's proxy is located at @samp{proxy.company.com} at port 8001, a +proxy @sc{url} location containing authorization data might look like +this: @example http://hniksic:mypassword@@proxy.company.com:8001/