]> sjero.net Git - wget/commitdiff
[svn] Change @itemx not preceded by @item to @item.
authorhniksic <devnull@localhost>
Thu, 18 Sep 2003 23:12:58 +0000 (16:12 -0700)
committerhniksic <devnull@localhost>
Thu, 18 Sep 2003 23:12:58 +0000 (16:12 -0700)
doc/ChangeLog
doc/wget.texi

index 013923b78312bd35346421032864d1fc3bf8044f..f6fbe33f8ac2d2ac579a8e557ce79548fc92b62a 100644 (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
index 22f243ac2c1ec48630705c041e2a07ff631f920b..58635c794c4e2c0ca2a551103a53533360346ebc 100644 (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