From cd2c8d4fbb5720cdb29c88c347d57d5188ffe898 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 25 Jun 2004 10:32:27 +0000 Subject: [PATCH] The actual default for exclude patterns is --no-anchored. Fixed. --- doc/tar.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tar.texi b/doc/tar.texi index 295129e..7e05298 100644 --- a/doc/tar.texi +++ b/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 -- 2.44.0