summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-11-24 12:50:32 +0000
committerJames Youngman <jay@gnu.org>2007-11-24 12:50:32 +0000
commit0df7c650cfb21d7b97b0217cd6f1ee649fad18c7 (patch)
tree0710040034a0de5dd27e12c2dd5a152e250b3367
parent9b838ac853505eea391dbd162b8e778a71b40681 (diff)
downloadfindutils-0df7c650cfb21d7b97b0217cd6f1ee649fad18c7.tar.gz
Fixed Savannah bug #21628, Texi documentation for -perm /000 is wrong
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
-rw-r--r--doc/find.texi8
3 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 63fe8e89..9628dc44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-24 James Youngman <jay@gnu.org>
+
+ * doc/find.texi (Mode Bits): Correct the warning about the change
+ in behaviour of -perm /000 to indicate that the change has
+ happened now. This fixes Savannah bug #21628.
+ * NEWS: Mention this.
+
2007-11-22 James Youngman <jay@gnu.org>
POSIXLY_CORRECT turns off warnings.
diff --git a/NEWS b/NEWS
index 3c9709c6..b41d9e94 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ messages must also result in a nonzero exit status.
options bold instead of italic and making OPTIONS a section header
rather than a subsection.
+#21628: find -perm /000 matches all files rather than none, since
+findutils-4.3.3. The Texinfo documentation is now consistent with the
+manual page on this point.
+
* Major changes in release 4.3.10, 2007-11-13
** Bug Fixes
diff --git a/doc/find.texi b/doc/find.texi
index c54c49cc..f4ea166a 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -1238,11 +1238,9 @@ As above.
@quotation Warning
If you specify @samp{-perm /000} or @samp{-perm /mode} where the
-symbolic mode @samp{mode} has no bits set, the test currently matches
-no files. This differs from the behaviour of @samp{-perm -000}, which
-matches all files. The behaviour of @samp{-perm /000} will be changed
-to be consistent with the behaviour of @samp{-perm -000}. The change
-will probably be made in early 2006.
+symbolic mode @samp{mode} has no bits set, the test matches all files.
+Versions of GNU @code{find} prior to 4.3.3 matched no files in this
+situation.
@end quotation
@end deffn