From 0951c55fdaf9329cbe82cd3cf304c3a7dd3cdf3d Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 26 Jun 2006 11:37:52 -0700 Subject: [PATCH] [svn] Document --ignore-case. --- doc/ChangeLog | 5 +++++ doc/wget.texi | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 9dc098c2..a67d81f8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-06-26 Hrvoje Niksic + + * wget.texi (Recursive Accept/Reject Options): Document + --ignore-case. + 2006-06-20 Hrvoje Niksic * wget.texi (Download Options): Add missing word. diff --git a/doc/wget.texi b/doc/wget.texi index 5b80328d..acbd37fe 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -1834,6 +1834,15 @@ ignore @code{}, 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}. -- 2.39.2