]> sjero.net Git - wget/blobdiff - doc/wget.texi
[svn] Change @itemx not preceded by @item to @item.
[wget] / doc / wget.texi
index 15dcd51c068221551b7c946d116bbb4d3f9a5fa8..58635c794c4e2c0ca2a551103a53533360346ebc 100644 (file)
@@ -512,8 +512,9 @@ IPs.
 @item -t @var{number}
 @itemx --tries=@var{number}
 Set number of retries to @var{number}.  Specify 0 or @samp{inf} for
-infinite retrying.  The default is to retry 20 times but fatal errors
-like ``connection refused'' or ``not found'' (404) are not retried.
+infinite retrying.  The default is to retry 20 times, with the exception
+of fatal errors like ``connection refused'' or ``not found'' (404),
+which are not retried.
 
 @item -O @var{file}
 @itemx --output-document=@var{file}
@@ -741,7 +742,7 @@ Note that this option is turned on by default in the global
 
 @cindex wait, random
 @cindex random wait
-@itemx --random-wait
+@item --random-wait
 Some web sites may perform log analysis to identify retrieval programs
 such as Wget by looking for statistically significant similarities in
 the time between requests. This option causes the time between requests
@@ -786,7 +787,7 @@ Setting quota to 0 or to @samp{inf} unlimits the download quota.
 
 @cindex DNS cache
 @cindex caching of DNS lookups
-@itemx --dns-cache=off
+@item --dns-cache=off
 Turn off caching of DNS lookups.  Normally, Wget remembers the addresses
 it looked up from DNS so it doesn't have to repeatedly contact the DNS
 server for the same (typically small) set of addresses it retrieves
@@ -809,7 +810,7 @@ this option.
 
 @cindex file names, restrict
 @cindex Windows file names
-@itemx --restrict-file-names=@var{mode}
+@item --restrict-file-names=@var{mode}
 Change which characters found in remote URLs may show up in local file
 names generated from those URLs.  Characters that are @dfn{restricted}
 by this option are escaped, i.e. replaced with @samp{%HH}, where