mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Change @itemx not preceded by @item to @item.
This commit is contained in:
parent
e71b2799d2
commit
de19d38434
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-19 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* wget.texi: Changed @itemx not preceded by @item to @item.
|
||||||
|
|
||||||
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (Download Options): Explain how --tries works by
|
* wget.texi (Download Options): Explain how --tries works by
|
||||||
|
@ -742,7 +742,7 @@ Note that this option is turned on by default in the global
|
|||||||
|
|
||||||
@cindex wait, random
|
@cindex wait, random
|
||||||
@cindex random wait
|
@cindex random wait
|
||||||
@itemx --random-wait
|
@item --random-wait
|
||||||
Some web sites may perform log analysis to identify retrieval programs
|
Some web sites may perform log analysis to identify retrieval programs
|
||||||
such as Wget by looking for statistically significant similarities in
|
such as Wget by looking for statistically significant similarities in
|
||||||
the time between requests. This option causes the time between requests
|
the time between requests. This option causes the time between requests
|
||||||
@ -787,7 +787,7 @@ Setting quota to 0 or to @samp{inf} unlimits the download quota.
|
|||||||
|
|
||||||
@cindex DNS cache
|
@cindex DNS cache
|
||||||
@cindex caching of DNS lookups
|
@cindex caching of DNS lookups
|
||||||
@itemx --dns-cache=off
|
@item --dns-cache=off
|
||||||
Turn off caching of DNS lookups. Normally, Wget remembers the addresses
|
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
|
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
|
server for the same (typically small) set of addresses it retrieves
|
||||||
@ -810,7 +810,7 @@ this option.
|
|||||||
|
|
||||||
@cindex file names, restrict
|
@cindex file names, restrict
|
||||||
@cindex Windows file names
|
@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
|
Change which characters found in remote URLs may show up in local file
|
||||||
names generated from those URLs. Characters that are @dfn{restricted}
|
names generated from those URLs. Characters that are @dfn{restricted}
|
||||||
by this option are escaped, i.e. replaced with @samp{%HH}, where
|
by this option are escaped, i.e. replaced with @samp{%HH}, where
|
||||||
|
Loading…
Reference in New Issue
Block a user