]> Dogcows Code - chaz/tar/commitdiff
The actual default for exclude patterns is --no-anchored. Fixed.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 25 Jun 2004 10:32:27 +0000 (10:32 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 25 Jun 2004 10:32:27 +0000 (10:32 +0000)
doc/tar.texi

index 295129ea46883ec4c9c10318c9bb0484eb0fce34..7e052981db8a05ef94e4fa7d4fa8835e4acbbb51 100644 (file)
@@ -6171,8 +6171,9 @@ ignores case when excluding @samp{makefile}, but not when excluding
 @table @option
 @item --anchored
 @itemx --no-anchored
-If anchored (the default), a pattern must match an initial subsequence
-of the name's components.  Otherwise, the pattern can match any subsequence.
+If anchored, a pattern must match an initial subsequence
+of the name's components. Otherwise, the pattern can match any
+subsequence. Default is @option{--no-anchored}.
 
 @item --ignore-case
 @itemx --no-ignore-case
This page took 0.038745 seconds and 4 git commands to generate.