From: Sergey Poznyakoff Date: Fri, 25 Jun 2004 10:32:27 +0000 (+0000) Subject: The actual default for exclude patterns is --no-anchored. Fixed. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=cd2c8d4fbb5720cdb29c88c347d57d5188ffe898;p=chaz%2Ftar The actual default for exclude patterns is --no-anchored. Fixed. --- 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