]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: tweak recent NEWS entries
authorPádraig Brady <P@draigBrady.com>
Fri, 24 Jul 2026 12:32:01 +0000 (13:32 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 24 Jul 2026 12:35:52 +0000 (13:35 +0100)
* NEWS: Fix recent NEWS entry issues.

NEWS

diff --git a/NEWS b/NEWS
index 76354e9e9cc64f3baa31da771fb330052d5d5ef5..d47d9517e2cc5345abb2ff3c9c99965271d5584b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,7 +46,7 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   'unexpand -t' no longer overflows a heap buffer, for tab values > SIZE_MAX/16,
   or with multi-byte blank characters longer than the tab value.
-  [bug introduced in coreutils-9.11]
+  [bugs introduced in coreutils-9.11]
 
   'uniq -w' no longer overruns the read buffer in multibyte locales.
   [bug introduced in coreutils-9.5]
@@ -83,9 +83,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Build-related
 
-  The multi-call binary built with configure --enable-single-binary
-  in size by around 10KB through the more efficient reuse of the 'test' utility
-  by '[' and the 'true' utility by 'false'.
+  The multi-call binary built with configure --enable-single-binary is reduced
+  in size by around 10KB through the more efficient reuse of the 'test' code
+  by '[', and the 'true' code by 'false'.
 
   configure no longer accepts the --with-linux-crypto option, which allowed
   cksum, md5sum, and sha*sum to use the Linux AF_ALG API.  This API will be