Hi Hrvoje :)
* Hrvoje Niksic <[EMAIL PROTECTED]> dixit:
> > Right :)) If you want I can prepare the patch for you, containing
> > too a typo in the documentation.
> I think I'll modify the Makefile. A patch that fixes (or points out)
> the typo in the documentation would be appreciated, though.
Attached. Is a one-liner, though... I haven't read the docs up to
the point of discovering more typos. I'm a typo expert: in my
documentations I put a lot, for people to enjoy discovering them XDD
Just one more thing: reading the info, I don't understand the
precedence of the timeout settings. For example, I put this in my
global rc:
connect_timeout=60
dns_timeout=0
read_timeout=600
timeout=0
Notice the last line. Will does that mean that *all* timeouts are
disabled, even though I state explicitly the contrary on the above
lines? Does a '0' in 'dns_timeout' disable DNS timeouts (or let the
timeout be the one chosen by the system, that is right for me, too)?.
This links with my other question: I want to put *all* wgetrc
commands in my wgetrc file, with their defaults if I haven't change
them, just for reference (is easier for me). The problem is that I
don't know what are the defaults of some entries, or even if I can
put things like 'accept=', without a value, in the rc file. Could you
help me on this?
Thanks a lot in advance :)
Ra�l N��ez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
diff -Naur wget-1.9.orig/doc/wget.texi wget-1.9/doc/wget.texi
--- wget-1.9.orig/doc/wget.texi 2003-10-07 01:12:37.000000000 +0200
+++ wget-1.9/doc/wget.texi 2003-10-26 12:46:12.000000000 +0100
@@ -2183,7 +2183,7 @@
@item cache = on/off
When set to off, disallow server-caching. See the @samp{-C} option.
[EMAIL PROTECTED] convert links = on/off
[EMAIL PROTECTED] convert_links = on/off
Convert non-relative links locally. The same as @samp{-k}.
@item cookies = on/off