diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-09 19:45:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-09 19:45:00 +0000 |
commit | 2318511e2d7438a7f043f0780a521d6ee6bc9024 (patch) | |
tree | be02f6c188e11bfc950a6a3801514a4e268b11bd /NEWS | |
parent | 25c0a6aabf580c172f20224b22898e90e16e0a71 (diff) | |
download | coreutils-2318511e2d7438a7f043f0780a521d6ee6bc9024.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ GNU coreutils NEWS -*- outline -*- Several fixes to chgrp and chown for compatibility with POSIX and BSD: Do not affect symbolic links by default. - Now, operate on whatever a symbolic points to, instead. + Now, operate on whatever a symbolic link points to, instead. To get the old behavior, use --no-dereference (-h). --dereference now works, even when the specified owner |