]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: use consistent header ordering and spacing in NEWS
authorPádraig Brady <P@draigBrady.com>
Wed, 4 Sep 2019 01:39:04 +0000 (02:39 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 8 Sep 2019 17:59:21 +0000 (18:59 +0100)
* NEWS: Move "Changes in behavior" before "New features",
and ensure there is only a single blank line between sections.

NEWS

diff --git a/NEWS b/NEWS
index 6719e504da08dd4326abf5a3f18b7addc477a804..19c097f3082de2dfff3839ebcfe67b8c64a0ff58 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,17 +38,6 @@ GNU coreutils NEWS                                    -*- outline -*-
   'seq -f "%g " 1000000 1000000').
   [bug introduced in coreutils-6.10]
 
-** New Features
-
-  od --skip-bytes now can use lseek even if the input is not a regular
-  file, greatly improving performance in some cases.
-
-  stat(1) now uses the statx() system call where available, which can
-  operate more efficiently by only retrieving requested attributes.
-  stat(1) also supports a new --cached= option to control cache
-  coherency of file system attributes, useful on network file systems.
-
-
 ** Changes in behavior
 
   date now parses military time zones in accordance with common usage:
@@ -61,6 +50,16 @@ GNU coreutils NEWS                                    -*- outline -*-
   [The old behavior was introduced in sh-utils 2.0.15 ca. 1999, predating
   coreutils package.]
 
+** New Features
+
+  od --skip-bytes now can use lseek even if the input is not a regular
+  file, greatly improving performance in some cases.
+
+  stat(1) now uses the statx() system call where available, which can
+  operate more efficiently by only retrieving requested attributes.
+  stat(1) also supports a new --cached= option to control cache
+  coherency of file system attributes, useful on network file systems.
+
 
 * Noteworthy changes in release 8.31 (2019-03-10) [stable]