]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix NEWS quoting
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Mar 2023 19:42:16 +0000 (11:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Mar 2023 22:49:45 +0000 (14:49 -0800)
* NEWS: Use English-language quoting in recent news.

NEWS

diff --git a/NEWS b/NEWS
index f7a95e7fb7fa4f9eba8da2ae2275dea1399f59df..31b3e306575d6533139a66f4dfacbbdb421cd092 100644 (file)
--- 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]