summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-03-04 11:42:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-03-04 14:49:45 -0800
commitfe64f8be015050500b2be4678a8ce954fde576db (patch)
treee4ae2de65ad5d886a865eb914dd49ebdc58a52d1
parentfb6fc7f3ce6b0b70a5df7f605e71c4f8541e256b (diff)
downloadcoreutils-fe64f8be015050500b2be4678a8ce954fde576db.tar.gz
maint: fix NEWS quoting
* NEWS: Use English-language quoting in recent news.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7a95e7fb..31b3e3065 100644
--- a/NEWS
+++ b/NEWS
@@ -68,7 +68,7 @@ GNU coreutils NEWS -*- outline -*-
exited with an "Illegal seek" error when such a file was replaced.
[bug introduced in fileutils-4.1.6]
- `wc -c` will again efficiently determine the size of large files
+ 'wc -c' will again efficiently determine the size of large files
on all systems. It no longer redundantly reads data from certain
sized files larger than SIZE_MAX.
[bug introduced in coreutils-8.24]