Index: doc/find.texi =================================================================== RCS file: /cvsroot/findutils/findutils/doc/find.texi,v retrieving revision 1.106 diff -u -r1.106 find.texi --- doc/find.texi 29 Jul 2005 22:04:07 -0000 1.106 +++ doc/find.texi 21 Aug 2005 11:56:12 -0000 @@ -400,7 +400,7 @@ , Syntax of Regular Expressions, emacs, The GNU Emacs Manual}, for a description of the syntax of regular expressions. For @samp{-iregex}, the match is case-insensitive. There are several varieties of regular -expressions; by default this test uses POSIX basic regular +expressions; by default this test uses GNU Emacs regular expressions, but this can be changed with the option @samp{-regextype}. @end deffn Index: find/find.1 =================================================================== RCS file: /cvsroot/findutils/findutils/find/find.1,v retrieving revision 1.62 diff -u -r1.62 find.1 --- find/find.1 13 Aug 2005 17:35:18 -0000 1.62 +++ find/find.1 21 Aug 2005 11:56:15 -0000 @@ -204,7 +204,7 @@ and .B -iregex tests which occur later on the command line. Currently-implemented -types are emacs, posix-awk, posix-basic (this is the default), +types are emacs (this is the default), posix-awk, posix-basic, posix-egrep and posix-extended. .IP "\-version, \-\-version" @@ -370,7 +370,7 @@ `./fubar3', you can use the regular expression `.*bar.' or `.*b.*3', but not `f.*r3'. The regular expressions understood by .B find -are by default POSIX Basic Regular Expressions, but this can be +are by default GNU Emacs Regular Expressions, but this can be changed with the .B \-regextype option.