summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-23 01:26:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-23 01:26:56 +0000
commitbdcc26e24bb7295b35b304bdcdd015908e13c139 (patch)
tree6aa752f335c5fcf708d3cd76c743b75256ae4ac4 /doc/ChangeLog
parenta29aa4faa6be6e002ade3b782e3b01863618420b (diff)
downloadcoreutils-bdcc26e24bb7295b35b304bdcdd015908e13c139.tar.xz
(Mode Structure, Symbolic Modes, Numeric Modes): Be more careful
about distinguishing file mode bits from permissions bits, and about execute versus search permission. The FreeBSD command is chflags, not chrflags.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index dc48052ae..f30b6a3e5 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -4,6 +4,10 @@
restricted deletion flag is another name for the sticky bit.
* perm.texi (Mode Structure): The restricted deletion flag
restricts only unprivileged users.
+ (Mode Structure, Symbolic Modes, Numeric Modes): Be more careful
+ about distinguishing file mode bits from permissions bits,
+ and about execute versus search permission. The FreeBSD command
+ is chflags, not chrflags.
2006-07-16 Paul Eggert <eggert@cs.ucla.edu>