]> sjero.net Git - wget/commitdiff
[svn] Document --ignore-case.
authorhniksic <devnull@localhost>
Mon, 26 Jun 2006 18:37:52 +0000 (11:37 -0700)
committerhniksic <devnull@localhost>
Mon, 26 Jun 2006 18:37:52 +0000 (11:37 -0700)
doc/ChangeLog
doc/wget.texi

index 9dc098c284b579efdca0a8cd507f1b246720eb4d..a67d81f801bdcc0dcb80fd2846f0625c2bb2c003 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Recursive Accept/Reject Options): Document
+       --ignore-case.
+
 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.texi (Download Options): Add missing word.
index 5b80328dbe9f2bea531ec4a676fb7c5c81f12dcd..acbd37febeef7b023d445e978be3c268c28fa5a0 100644 (file)
@@ -1834,6 +1834,15 @@ ignore @code{<LINK>}, because then stylesheets will not be downloaded.
 Now the best bet for downloading a single page and its requisites is the
 dedicated @samp{--page-requisites} option.
 
+@cindex case fold
+@cindex ignore case
+@item --ignore-case
+Ignore case when matching files and directories.  This influences the
+behavior of -R, -A, -I, and -X options, as well as globbing
+implemented when downloading from FTP sites.  For example, with this
+option, @samp{-A *.txt} will match @samp{file1.txt}, but also
+@samp{file2.TXT}, @samp{file3.TxT}, and so on.
+
 @item -H
 @itemx --span-hosts
 Enable spanning across hosts when doing recursive retrieving
@@ -2644,6 +2653,10 @@ Set @sc{http} user to @var{string}, equivalent to
 Use @var{string} as @sc{https} proxy, instead of the one specified in
 environment.
 
+@item ignore_case = on/off
+When set to on, match files and directories case insensitively; the
+same as @samp{--ignore-case}.
+
 @item ignore_length = on/off
 When set to on, ignore @code{Content-Length} header; the same as
 @samp{--ignore-length}.