]> sjero.net Git - wget/commitdiff
Fix typo in documentation.
authorDarshit Shah <darnir@gmail.com>
Fri, 10 May 2013 15:04:59 +0000 (20:34 +0530)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 12 May 2013 17:57:32 +0000 (19:57 +0200)
doc/ChangeLog
doc/wget.texi

index 1c4b0828a7ac7403acec5777d8e3933ee8f71995..1b0173be8b801cbc6bd369d6616c6dc2250fd748 100644 (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,
index 039f70092dc74760f928ecf11c34652aea999722..c2230a9c914b5704c3a82a00fe61a1667512393d 100644 (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.