summaryrefslogtreecommitdiff
path: root/doc/sample.wgetrc
diff options
context:
space:
mode:
authordan <devnull@localhost>2000-04-20 15:06:43 -0700
committerdan <devnull@localhost>2000-04-20 15:06:43 -0700
commited80cb342bd719ee62d5ebcd2ac1c7dc3955e09f (patch)
tree79b61e40b0d9bc2a17727a0ed14cc16b42efdb33 /doc/sample.wgetrc
parent7ba90c0cbbea8d0d523d007a5b2f0d9b97380179 (diff)
downloadwget-ed80cb342bd719ee62d5ebcd2ac1c7dc3955e09f.tar.gz
[svn] Really using "stepwise refinement" on this file, aren't I? Realized during the
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".
Diffstat (limited to 'doc/sample.wgetrc')
-rw-r--r--doc/sample.wgetrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
index 072e7bfd..67fcc7dd 100644
--- a/doc/sample.wgetrc
+++ b/doc/sample.wgetrc
@@ -41,11 +41,11 @@
# 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