From 13fdc3ae174ff3324b3a0526c2fef73b5144ce56 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 20 Apr 2000 15:08:11 -0700 Subject: [PATCH] [svn] Regenerated after change to waitretry entry in sample.wgetrc. --- doc/wget.info | 46 +++++++++++++++++++++++----------------------- doc/wget.info-2 | 8 ++++---- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/wget.info b/doc/wget.info index 30b2544d..a1b430da 100644 --- a/doc/wget.info +++ b/doc/wget.info @@ -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  Tag Table: (Indirect) @@ -62,27 +62,27 @@ Node: Wgetrc Location51816 Node: Wgetrc Syntax52631 Node: Wgetrc Commands53346 Node: Sample Wgetrc60628 -Node: Examples65610 -Node: Simple Usage66217 -Node: Advanced Usage68611 -Node: Guru Usage71362 -Node: Various73024 -Node: Proxies73548 -Node: Distribution76313 -Node: Mailing List76664 -Node: Reporting Bugs77363 -Node: Portability79148 -Node: Signals80523 -Node: Appendices81177 -Node: Robots81592 -Node: Introduction to RES82739 -Node: RES Format84632 -Node: User-Agent Field85736 -Node: Disallow Field86500 -Node: Norobots Examples87111 -Node: Security Considerations88065 -Node: Contributors89061 -Node: Copying91700 -Node: Concept Index110863 +Node: Examples65647 +Node: Simple Usage66254 +Node: Advanced Usage68648 +Node: Guru Usage71399 +Node: Various73061 +Node: Proxies73585 +Node: Distribution76350 +Node: Mailing List76701 +Node: Reporting Bugs77400 +Node: Portability79185 +Node: Signals80560 +Node: Appendices81214 +Node: Robots81629 +Node: Introduction to RES82776 +Node: RES Format84669 +Node: User-Agent Field85773 +Node: Disallow Field86537 +Node: Norobots Examples87148 +Node: Security Considerations88102 +Node: Contributors89098 +Node: Copying91737 +Node: Concept Index110900  End Tag Table diff --git a/doc/wget.info-2 b/doc/wget.info-2 index 7edc958a..35e3a4e5 100644 --- a/doc/wget.info-2 +++ b/doc/wget.info-2 @@ -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 -- 2.39.2