diff options
author | Jim Meyering <meyering@redhat.com> | 2008-12-09 08:22:21 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-12-16 08:04:01 +0100 |
commit | 9965d234e52590d932ff09b4b8c534336b0ab93e (patch) | |
tree | acf76f2e3c3345fffded8e80631af3e7da5ee61c /NEWS | |
parent | a011b01af149d299b253c5393a70c73199aabe4f (diff) | |
download | coreutils-9965d234e52590d932ff09b4b8c534336b0ab93e.tar.xz |
du: -H now does what POSIX requires
* src/du.c (usage): Update --help output.
(main): Move -H-handling code from the --si block to
the one for --dereference-args (-D).
* doc/coreutils.texi (du invocation): Update description.
* NEWS (Changes in behavior): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ GNU coreutils NEWS -*- outline -*- cp and mv: the --reply={yes,no,query} option has been removed. Using it has elicited a warning for the last three years. + du: -H (initially equivalent to --si) is now equivalent to + --dereference-args, and thus works as POSIX requires + ls -l now marks SELinux-only files with the less obtrusive '.', rather than '+'. A file with any other combination of MAC and ACL is still marked with a '+'. |