]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: tidy up recent additions to NEWS
authorPádraig Brady <P@draigBrady.com>
Mon, 4 Mar 2019 03:21:37 +0000 (19:21 -0800)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Mar 2019 03:21:37 +0000 (19:21 -0800)
* NEWS: Move date change to improvements and fix nohup grammar.

NEWS

diff --git a/NEWS b/NEWS
index c190efe274ba8f0bf2a5fcc74063f06b51dd01fa..f4c6c6b6430b027a1c0d82ba12a9af940f0afe5f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,9 +11,6 @@ GNU coreutils NEWS                                    -*- outline -*-
   after asking the user whether to proceed.
   [This bug was present in "the beginning".]
 
-  'date' now supports the '+' conversion specification flag,
-  introduced in POSIX.1-2017.
-
   df no longer corrupts displayed multibyte characters on macOS.
   [bug introduced with coreutils-8.18]
 
@@ -45,7 +42,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   regardless of any other arguments present before any optional '--'
   end-of-options marker.
 
-  nohup: now process --help and --version as first options even if other
+  nohup now processes --help and --version as first options even if other
   parameters follow.
 
   'yes a -- b' now outputs 'a b' instead of including the end-of-options
@@ -74,6 +71,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   id now supports specifying multiple users.
 
+  'date' now supports the '+' conversion specification flag,
+  introduced in POSIX.1-2017.
+
   printf, seq, sleep, tail, and timeout now accept floating point
   numbers in either the current or the C locale.  For example, if the
   current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'