summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2023-05-13 10:33:14 +0100
committerPádraig Brady <P@draigBrady.com>2023-05-13 10:33:14 +0100
commitf218412b9a041971f1ae85220709936e2dd0ca94 (patch)
tree6c68d9bdaadc93ed475bc6b871b3315f0cbea179
parent059e53e5b49d8a2314045c796d813f51dd862069 (diff)
downloadcoreutils-master.tar.gz
maint: cleanups to NEWSHEADmaster
* NEWS: Use more consistent wording, ordering, and formatting for recent entries.
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e07b10e31..3d19c3bad 100644
--- a/NEWS
+++ b/NEWS
@@ -4,18 +4,18 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
- cp --parents again succeeds to preserve mode for absolute directories.
+ 'cp --parents' again succeeds when preserving mode for absolute directories.
Previously it would have failed with a "No such file or directory" error.
[bug introduced in coreutils-9.1]
cksum again diagnoses read errors in its default CRC32 mode.
[bug introduced in coreutils-9.0]
- install --strip now supports installing to files with a leading hyphen.
- Previously such file names would have caused the strip process to fail.
+ factor, numfmt, and tsort now diagnose read errors on the input.
[This bug was present in "the beginning".]
- factor, numfmt, and tsort now diagnose read errors on the input.
+ 'install --strip' now supports installing to files with a leading hyphen.
+ Previously such file names would have caused the strip process to fail.
[This bug was present in "the beginning".]
'pr --length=1 --double-space' no longer enters an infinite loop.