diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-04 17:23:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-04 17:23:38 +0000 |
commit | 918d8e5f31de137c381d1e2c572ba6644fc4107c (patch) | |
tree | 2ac16117f39c77aa6256343c36e75da2a0a6e64f /doc | |
parent | b9abf51d74c01599d00e5ec31d9974dc05499bb7 (diff) | |
download | coreutils-918d8e5f31de137c381d1e2c572ba6644fc4107c.tar.xz |
chmod -w now complains if it differs from chmod a-w.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index dd78e54e4..119bf5ea8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-04 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (chmod invocation): chmod -w complains if its + behavior differs from what chmod a-w would do. + 2005-05-02 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (ls invocation): ls --indicator-style=directory |