From ccd369d5f2bff5f60cb91b921b0c6dc1d62f1585 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Fri, 10 May 2013 20:34:59 +0530 Subject: [PATCH] Fix typo in documentation. --- doc/ChangeLog | 6 ++++++ doc/wget.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 1c4b0828..1b0173be 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-05-10 Darshit Shah (tiny change) + + * wget.texi (No of tries): Fix typo to make it clear that --tries + option sets number of tries not retries. + Reported by: Hauke Hoffman + 2013-04-28 Giuseppe Scrivano * wget.texi (Types of Files...): Document --accept-regex, diff --git a/doc/wget.texi b/doc/wget.texi index 039f7009..c2230a9c 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -550,10 +550,10 @@ IPs. @cindex retries @cindex tries -@cindex number of retries +@cindex number of tries @item -t @var{number} @itemx --tries=@var{number} -Set number of retries to @var{number}. Specify 0 or @samp{inf} for +Set number of tries to @var{number}. Specify 0 or @samp{inf} for 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. -- 2.39.2