No�l K�the <[EMAIL PROTECTED]> writes:

> -infinite retrying.
> +infinite retrying. Default (no command-line switch) is to retry
> +20 times but fatal errors like "connection refused" or "not found"
> +(404) are not being retried.

Thanks.  I've now committed this:

Index: doc/wget.texi
===================================================================
RCS file: /pack/anoncvs/wget/doc/wget.texi,v
retrieving revision 1.75
retrieving revision 1.77
diff -u -r1.75 -r1.77
--- doc/wget.texi       2003/09/17 01:32:02     1.75
+++ doc/wget.texi       2003/09/17 21:00:03     1.77
@@ -512,7 +512,9 @@
 @item -t @var{number}
 @itemx [EMAIL PROTECTED]
 Set number of retries to @var{number}.  Specify 0 or @samp{inf} for
-infinite retrying.
+infinite retrying.  The default is to retry 20 times, with the exception
+of fatal errors like ``connection refused'' or ``not found'' (404),
+which are not retried.
 
 @item -O @var{file}
 @itemx [EMAIL PROTECTED]

Reply via email to