]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: NEWS: minor adjustments
authorPádraig Brady <P@draigBrady.com>
Thu, 22 Jan 2026 16:13:26 +0000 (16:13 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 22 Jan 2026 16:13:26 +0000 (16:13 +0000)
* NEWS: Fix typos, and move item to more appropriate section.

NEWS

diff --git a/NEWS b/NEWS
index 41011b29966038e55337657e5a897b9edbeb016b..2c0b12a20a92b06bd0a9f55f99ebdf01aa8f7cf8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -44,9 +44,6 @@ GNU coreutils NEWS                                    -*- outline -*-
   after a failure to allocate memory.
   [bug introduced in coreutils-9.0]
 
-  Programs now port to C23 platforms that strictly check types when
-  qualifier-generic functions like strchr are used.
-
 ** New Features
 
   configure accepts a new --enable-single-binary=hardlinks mode to build the
@@ -66,11 +63,11 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Changes in behavior
 
-  all commands now markup option names in --help and man pages,
+  All commands now markup option names in --help and man pages,
   with bold attributes, and hyperlinks into the online manual on gnu.org.
   The links can be configured with the --enable-manual-url configure option,
   and the bold highlighting with --disable-bold-man-page-references.
-  At runtime all markup can be disabled by with the TERM=dumb env var value.
+  At runtime all markup can be disabled with the TERM=dumb env var value.
 
   'fmt' -w,--width no longer includes '\n' in the width of a line.
   I.e., the specified width is interpreted to be an _inclusive_ maximum.
@@ -121,6 +118,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Build-related
 
+  Programs now port to C23 platforms that strictly check types when
+  qualifier-generic functions like strchr are used.
+
   'chcon' and 'runcon' stub binaries will be built on systems without
   libselinux, when configured using --with-selinux.