Browse Source

The actual default for exclude patterns is --no-anchored. Fixed.

Sergey Poznyakoff 21 years ago
parent
commit
cd2c8d4fbb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/tar.texi

+ 3 - 2
doc/tar.texi

@@ -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