]> sjero.net Git - wget/commitdiff
[svn] Put random_wait at the correct location.
authorhniksic <devnull@localhost>
Sun, 5 Feb 2006 08:40:25 +0000 (00:40 -0800)
committerhniksic <devnull@localhost>
Sun, 5 Feb 2006 08:40:25 +0000 (00:40 -0800)
doc/wget.texi

index af63839fa952ebb355ae957a01ec96ae172c89b4..9aecee01db7956da81032021ea52c4959ab40372 100644 (file)
@@ -2769,6 +2769,10 @@ settings.
 Use @var{file} as a source of randomness on systems lacking
 @file{/dev/random}.
 
+@item random_wait = on/off
+Turn random between-request wait times on or off. The same as 
+@samp{--random-wait}.
+
 @item read_timeout = @var{n}
 Set the read (and write) timeout---the same as
 @samp{--read-timeout=@var{n}}.
@@ -2861,10 +2865,6 @@ Wait @var{n} seconds between retrievals---the same as @samp{-w
 Wait up to @var{n} seconds between retries of failed retrievals
 only---the same as @samp{--waitretry=@var{n}}.  Note that this is
 turned on by default in the global @file{wgetrc}.
-
-@item randomwait = on/off
-Turn random between-request wait times on or off. The same as 
-@samp{--random-wait}.
 @end table
 
 @node Sample Wgetrc