[svn] Change @itemx not preceded by @item to @item.

This commit is contained in:
hniksic 2003-09-18 16:12:58 -07:00
parent e71b2799d2
commit de19d38434
2 changed files with 7 additions and 3 deletions

View File

@ -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>
* wget.texi (Download Options): Explain how --tries works by

View File

@ -742,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
@ -787,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
@ -810,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