]> sjero.net Git - wget/commitdiff
[svn] Regenerated after change to waitretry entry in sample.wgetrc.
authordan <devnull@localhost>
Thu, 20 Apr 2000 22:08:11 +0000 (15:08 -0700)
committerdan <devnull@localhost>
Thu, 20 Apr 2000 22:08:11 +0000 (15:08 -0700)
doc/wget.info
doc/wget.info-2

index 30b2544d2cca5f49fc5ff8fc0f7f382cd7e838c2..a1b430daeeae3400834ec98fec61226b6a45317c 100644 (file)
@@ -27,7 +27,7 @@ notice identical to this one.
 Indirect:
 wget.info-1: 961
 wget.info-2: 50943
-wget.info-3: 91700
+wget.info-3: 91737
 \1f
 Tag Table:
 (Indirect)
@@ -62,27 +62,27 @@ Node: Wgetrc Location\7f51816
 Node: Wgetrc Syntax\7f52631
 Node: Wgetrc Commands\7f53346
 Node: Sample Wgetrc\7f60628
-Node: Examples\7f65610
-Node: Simple Usage\7f66217
-Node: Advanced Usage\7f68611
-Node: Guru Usage\7f71362
-Node: Various\7f73024
-Node: Proxies\7f73548
-Node: Distribution\7f76313
-Node: Mailing List\7f76664
-Node: Reporting Bugs\7f77363
-Node: Portability\7f79148
-Node: Signals\7f80523
-Node: Appendices\7f81177
-Node: Robots\7f81592
-Node: Introduction to RES\7f82739
-Node: RES Format\7f84632
-Node: User-Agent Field\7f85736
-Node: Disallow Field\7f86500
-Node: Norobots Examples\7f87111
-Node: Security Considerations\7f88065
-Node: Contributors\7f89061
-Node: Copying\7f91700
-Node: Concept Index\7f110863
+Node: Examples\7f65647
+Node: Simple Usage\7f66254
+Node: Advanced Usage\7f68648
+Node: Guru Usage\7f71399
+Node: Various\7f73061
+Node: Proxies\7f73585
+Node: Distribution\7f76350
+Node: Mailing List\7f76701
+Node: Reporting Bugs\7f77400
+Node: Portability\7f79185
+Node: Signals\7f80560
+Node: Appendices\7f81214
+Node: Robots\7f81629
+Node: Introduction to RES\7f82776
+Node: RES Format\7f84669
+Node: User-Agent Field\7f85773
+Node: Disallow Field\7f86537
+Node: Norobots Examples\7f87148
+Node: Security Considerations\7f88102
+Node: Contributors\7f89098
+Node: Copying\7f91737
+Node: Concept Index\7f110900
 \1f
 End Tag Table
index 7edc958a5fc690c2ba4a137cf234009cf18b598e..35e3a4e51be1241cd781c2c6cdd8521f08a43775 100644 (file)
@@ -398,11 +398,11 @@ its line.
      # 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