]> sjero.net Git - wget/commitdiff
[svn] Oops. I intentionally did my "cvs diff" before regenerating the .info* files
authordan <devnull@localhost>
Thu, 13 Apr 2000 03:41:58 +0000 (20:41 -0700)
committerdan <devnull@localhost>
Thu, 13 Apr 2000 03:41:58 +0000 (20:41 -0700)
to make it easy to send a patch to the list, and thus those files weren't noted
as having been changed and I forgot to regenerate and commit them.

doc/wget.info
doc/wget.info-1
doc/wget.info-2
doc/wget.info-3

index 6dc5287d2986d9c2fa3d56809456430e8c42f87a..59af2bb153b39c5cbe5c65ef10832595728b78b2 100644 (file)
@@ -26,8 +26,8 @@ notice identical to this one.
 \1f
 Indirect:
 wget.info-1: 961
-wget.info-2: 50366
-wget.info-3: 90237
+wget.info-2: 50731
+wget.info-3: 90713
 \1f
 Tag Table:
 (Indirect)
@@ -39,50 +39,50 @@ Node: Option Syntax\7f8163
 Node: Basic Startup Options\7f9587
 Node: Logging and Input File Options\7f10287
 Node: Download Options\7f12681
-Node: Directory Options\7f18466
-Node: HTTP Options\7f20944
-Node: FTP Options\7f24540
-Node: Recursive Retrieval Options\7f25733
-Node: Recursive Accept/Reject Options\7f27697
-Node: Recursive Retrieval\7f30560
-Node: Following Links\7f32858
-Node: Relative Links\7f33886
-Node: Host Checking\7f34400
-Node: Domain Acceptance\7f36425
-Node: All Hosts\7f38095
-Node: Types of Files\7f38522
-Node: Directory-Based Limits\7f40972
-Node: FTP Links\7f43612
-Node: Time-Stamping\7f44482
-Node: Time-Stamping Usage\7f46119
-Node: HTTP Time-Stamping Internals\7f47688
-Node: FTP Time-Stamping Internals\7f49158
-Node: Startup File\7f50366
-Node: Wgetrc Location\7f51239
-Node: Wgetrc Syntax\7f52054
-Node: Wgetrc Commands\7f52769
-Node: Sample Wgetrc\7f59855
-Node: Examples\7f64147
-Node: Simple Usage\7f64754
-Node: Advanced Usage\7f67148
-Node: Guru Usage\7f69899
-Node: Various\7f71561
-Node: Proxies\7f72085
-Node: Distribution\7f74850
-Node: Mailing List\7f75201
-Node: Reporting Bugs\7f75900
-Node: Portability\7f77685
-Node: Signals\7f79060
-Node: Appendices\7f79714
-Node: Robots\7f80129
-Node: Introduction to RES\7f81276
-Node: RES Format\7f83169
-Node: User-Agent Field\7f84273
-Node: Disallow Field\7f85037
-Node: Norobots Examples\7f85648
-Node: Security Considerations\7f86602
-Node: Contributors\7f87598
-Node: Copying\7f90237
-Node: Concept Index\7f109400
+Node: Directory Options\7f18831
+Node: HTTP Options\7f21309
+Node: FTP Options\7f24905
+Node: Recursive Retrieval Options\7f26098
+Node: Recursive Accept/Reject Options\7f28062
+Node: Recursive Retrieval\7f30925
+Node: Following Links\7f33223
+Node: Relative Links\7f34251
+Node: Host Checking\7f34765
+Node: Domain Acceptance\7f36790
+Node: All Hosts\7f38460
+Node: Types of Files\7f38887
+Node: Directory-Based Limits\7f41337
+Node: FTP Links\7f43977
+Node: Time-Stamping\7f44847
+Node: Time-Stamping Usage\7f46484
+Node: HTTP Time-Stamping Internals\7f48053
+Node: FTP Time-Stamping Internals\7f49523
+Node: Startup File\7f50731
+Node: Wgetrc Location\7f51604
+Node: Wgetrc Syntax\7f52419
+Node: Wgetrc Commands\7f53134
+Node: Sample Wgetrc\7f60331
+Node: Examples\7f64623
+Node: Simple Usage\7f65230
+Node: Advanced Usage\7f67624
+Node: Guru Usage\7f70375
+Node: Various\7f72037
+Node: Proxies\7f72561
+Node: Distribution\7f75326
+Node: Mailing List\7f75677
+Node: Reporting Bugs\7f76376
+Node: Portability\7f78161
+Node: Signals\7f79536
+Node: Appendices\7f80190
+Node: Robots\7f80605
+Node: Introduction to RES\7f81752
+Node: RES Format\7f83645
+Node: User-Agent Field\7f84749
+Node: Disallow Field\7f85513
+Node: Norobots Examples\7f86124
+Node: Security Considerations\7f87078
+Node: Contributors\7f88074
+Node: Copying\7f90713
+Node: Concept Index\7f109876
 \1f
 End Tag Table
index 2f6af01f87ddf456bde35cdd2245d9a156bb605b..e6e4268640328fee316e16151db0a193498385b9 100644 (file)
@@ -450,6 +450,13 @@ Download Options
      to reasonably expect the network error to be fixed before the
      retry.
 
+`--waitretry=SECONDS'
+     If you don't want Wget to wait between *every* retrieval, but only
+     between retries of failed downloads, you can use this option.  If
+     you want to make sure you never "hammer" remote sites with rapid
+     retries, you can leave it set all the time to some non-zero value
+     using the waitretry variable in your `.wgetrc' file.
+
 `-Y on/off'
 `--proxy=on/off'
      Turn proxy support on or off. The proxy is on by default if the
index 52a2b2288bdfe9eb887621fbae876f0f9aabb95b..3651877f84409aad66b20e7fcebda80b42caee75 100644 (file)
@@ -334,6 +334,10 @@ verbose = on/off
 wait = N
      Wait N seconds between retrievals, the same as `-w'.
 
+waitretry = N
+     Wait N seconds between retries of failed retrievals only - the
+     same as `--waitretry'.
+
 \1f
 File: wget.info,  Node: Sample Wgetrc,  Prev: Wgetrc Commands,  Up: Startup File
 
index f68a7d914fd2082bb1154819da603e6c802ad111..0a4a4668df6aa67a6e8f1c22d884792d46f001ad 100644 (file)
@@ -491,6 +491,7 @@ Concept Index
 * relative links:                        Relative Links.
 * reporting bugs:                        Reporting Bugs.
 * retries:                               Download Options.
+* retries, waiting between:              Download Options.
 * retrieval tracing style:               Download Options.
 * retrieve symbolic links:               FTP Options.
 * retrieving:                            Recursive Retrieval.
@@ -525,6 +526,7 @@ Concept Index
 * various:                               Various.
 * verbose:                               Logging and Input File Options.
 * wait:                                  Download Options.
+* waiting between retries:               Download Options.
 * Wget as spider:                        Download Options.
 * wgetrc:                                Startup File.
 * wgetrc commands:                       Wgetrc Commands.