diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-02 07:30:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-02 07:30:27 +0000 |
commit | c0dac69808f8223cdfe9d1a1c2fdfa224ea0ead4 (patch) | |
tree | 8ee0bc596969359b4f167b72c4e7d529aa6167ad /doc | |
parent | ab21036d6d1331fe1aa7d895c78ef61287fed8c0 (diff) | |
download | coreutils-c0dac69808f8223cdfe9d1a1c2fdfa224ea0ead4.tar.xz |
New approach to safer chmod.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 9cd5939a3..4c1bc53eb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2006-01-01 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi, perm.texi: Clarify file mode bits versus + file permission bits. + * coreutils.texi (mkfifo invocation, mknod invocation): -m + affects only file permission bits. + 2005-12-29 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (sort invocation): Clarify that a blank is a space |