"Wojtek Kotwica" <[EMAIL PROTECTED]> writes:

> Translating wget.texi manual into Polish I found following bugs:
[...]

Thanks for the corrections; I have fixed them in the current sources:

2001-11-22  Hrvoje Niksic  <[EMAIL PROTECTED]>

        * 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.

Index: wget.texi
===================================================================
RCS file: /pack/anoncvs/wget/doc/wget.texi,v
retrieving revision 1.49
diff -u -r1.49 wget.texi
--- wget.texi   2001/06/16 13:10:34     1.49
+++ wget.texi   2001/11/22 00:51:08
@@ -1988,7 +1988,8 @@
 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 @@
 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 @@
 
 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/

Reply via email to