diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-07 09:23:19 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-07 09:23:48 +0200 |
commit | f68f5f23c6be65497c90d260659da7247bbcb2da (patch) | |
tree | 93386acd3cd153048eb0087d7ff3b5347934cd4a /NEWS | |
parent | cdfb703c5da31a798557722df516e0d01dac828a (diff) | |
download | coreutils-f68f5f23c6be65497c90d260659da7247bbcb2da.tar.xz |
doc: tweak NEWS
* NEWS (dd): Tweak wording.
Two blank lines between sections.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ GNU coreutils NEWS -*- outline -*- cp --preserve=xattr no longer leaks resources on each preservation failure. [bug introduced in coreutils-7.1] - dd now returns non-zero status if it encountered a write error while + dd now exits with non-zero status when it encounters a write error while printing a summary to stderr. [bug introduced in coreutils-6.11] @@ -46,6 +46,7 @@ GNU coreutils NEWS -*- outline -*- cp --reflink accepts a new "auto" parameter which falls back to a standard copy if creating a copy-on-write clone is not possible. + * Noteworthy changes in release 7.5 (2009-08-20) [stable] ** Bug fixes |