diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-24 23:32:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-24 23:32:37 +0000 |
commit | 6b05d8254b7cadbe2c333284de258d2a91fc84ec (patch) | |
tree | 2411bc16d23d8ffe61ef79ff1707cc1481cdc8e5 | |
parent | ccda626d7733dd87c4336fac280c99fea2c4e69a (diff) | |
download | coreutils-6b05d8254b7cadbe2c333284de258d2a91fc84ec.tar.xz |
Mention that "chmod -r -w x" now works as expected.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ GNU coreutils NEWS -*- outline -*- recursively-encountered symbolic link cannot be updated because the file system does not support it. + chmod now accepts multiple mode-like options, e.g., "chmod -r -w f". + cut's --output-delimiter=D option works with abutting byte ranges. echo now conforms to POSIX better. It supports the \0ooo syntax for |