]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: tweak NEWS
authorJim Meyering <meyering@redhat.com>
Mon, 7 Sep 2009 07:23:19 +0000 (09:23 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 7 Sep 2009 07:23:48 +0000 (09:23 +0200)
* NEWS (dd): Tweak wording.
Two blank lines between sections.

NEWS

diff --git a/NEWS b/NEWS
index 5c7fb82be968444b08cc7140d673e98f336f4a2b..a5a60948ed844c827717a0d87f866fe0099e7e37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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