]> sjero.net Git - wget/commitdiff
Clarified suffix vs patterns in -A, -R
authorMicah Cowan <micah@cowan.name>
Thu, 13 Sep 2007 03:21:30 +0000 (20:21 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 13 Sep 2007 03:21:30 +0000 (20:21 -0700)
doc/ChangeLog
doc/wget.texi

index 3b16b9f33e5fc863c5478105aeb3e6b765722a68..7d840f83fd514100a39c9f09a51bb944c737c807 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-12  Micah Cowan  <micah@cowan.name>
+
+       * wget.texi: Expanded the description of -O. Clarified the
+       detection of elements as "patterns" versus "suffixes" in -A, -R.
+
 2007-07-28  Micah Cowan  <micah@cowan.name>
 
        * wget.texi <HTTP Options>: Added --max-redirect option.
index 6d3ae4932fd8f844a5715e060f8a2e8b5f1e7b39..62b346aa11a23394e828d44fb8963c5321559510 100644 (file)
@@ -1807,7 +1807,10 @@ option to turn it on.
 @item -A @var{acclist} --accept @var{acclist}
 @itemx -R @var{rejlist} --reject @var{rejlist}
 Specify comma-separated lists of file name suffixes or patterns to
-accept or reject (@pxref{Types of Files} for more details).
+accept or reject (@pxref{Types of Files} for more details). Note that if
+any of the wildcard characters, @samp{*}, @samp{?}, @samp{[} or
+@samp{]}, appear in an element of @var{acclist} or @var{rejlist},
+it will be treated as a pattern, rather than a suffix.
 
 @item -D @var{domain-list}
 @itemx --domains=@var{domain-list}