]> sjero.net Git - wget/commitdiff
[svn] Really using "stepwise refinement" on this file, aren't I? Realized during the
authordan <devnull@localhost>
Thu, 20 Apr 2000 22:06:43 +0000 (15:06 -0700)
committerdan <devnull@localhost>
Thu, 20 Apr 2000 22:06:43 +0000 (15:06 -0700)
usual shower meditation session this morning that I hadn't changed the text 'The
"wait" command above' when I moved waitretry up so "wait" no longer _is_ above.
Fixed to say "below" and got a little more wordy on the "linear backoff".

doc/sample.wgetrc

index 072e7bfd361c0be828e4c6e2d93453dd456a700b..67fcc7ddcad463ceb34ac603e3c2f6447eba2c8d 100644 (file)
 # can turn this on to make Wget use passive FTP by default.
 #passive_ftp = off
 
-# The "wait" command above makes Wget wait between every connection.
+# The "wait" command below makes Wget wait between every connection.
 # If, instead, you want Wget to wait only between retries of failed
-# downloads, set this variable to maximum number of seconds to wait
-# (Wget will use "linear backoff", waiting 1 second after the first
-# failure on a file, up to this max).
+# downloads, set waitretry to maximum number of seconds to wait (Wget
+# will use "linear backoff", waiting 1 second after the first failure
+# on a file, 2 seconds after the second failure, etc. up to this max).
 waitretry = 10