1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix typo in documentation.

This commit is contained in:
Darshit Shah 2013-05-10 20:34:59 +05:30 committed by Giuseppe Scrivano
parent 027d9f385d
commit ccd369d5f2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-05-10 Darshit Shah <darnir@gmail.com> (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 <haukebjoernhoffman@googlemail.com>
2013-04-28 Giuseppe Scrivano <gscrivano@gnu.org>
* wget.texi (Types of Files...): Document --accept-regex,

View File

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