]> sjero.net Git - wget/commitdiff
Make --waitretry documentation clearer.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Tue, 26 Oct 2010 00:00:53 +0000 (02:00 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Tue, 26 Oct 2010 00:00:53 +0000 (02:00 +0200)
doc/ChangeLog
doc/wget.texi

index c1bae6c1cb7d5ec06320db5fc7915aa2555456bc..e7646f4c92bd0b35c719b42ce1dd5a8a82a2fc9d 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-26  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.texi (Download Options): Remove unclear statement about the
+       --waitretry option.
+       Reported by: Manfred Koizar <mkoi-pg@aon.at>.
+
 2010-09-25  Merinov Nikolay  <kim.roader@gmail.com>
 
        * wget.texi (Download Options): Document --unlink option.
index 950c1eaac8a0266b9f379cc8fe5aa7ba61326520..1378b41425d0b32c4250f6454fca0c7a87de9ed2 100644 (file)
@@ -841,9 +841,7 @@ If you don't want Wget to wait between @emph{every} retrieval, but only
 between retries of failed downloads, you can use this option.  Wget will
 use @dfn{linear backoff}, waiting 1 second after the first failure on a
 given file, then waiting 2 seconds after the second failure on that
-file, up to the maximum number of @var{seconds} you specify.  Therefore,
-a value of 10 will actually make Wget wait up to (1 + 2 + ... + 10) = 55
-seconds per file. 
+file, up to the maximum number of @var{seconds} you specify.
 
 By default, Wget will assume a value of 10 seconds.