summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-11 09:07:10 +0200
committerJim Meyering <meyering@redhat.com>2011-04-11 14:32:56 +0200
commit4db3c6b5eaf8f0187b2b87b6337d502a97a1080a (patch)
treec4e9b52601e7597ba757f91d420e920014688df8
parentb80e2c7c258bf8c747ceae4c681ee224a31e9509 (diff)
downloadcoreutils-4db3c6b5eaf8f0187b2b87b6337d502a97a1080a.tar.gz
doc: tweak NEWS
* NEWS: Slightly obfuscate a line to avoid a false-positive doubled-word ("is-is") match. Fix a grammar error in news for 8.2. * cfg.mk (old_NEWS_hash): Resync.
-rw-r--r--NEWS4
-rw-r--r--cfg.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ceccaca44..68a9a1b51 100644
--- a/NEWS
+++ b/NEWS
@@ -420,7 +420,7 @@ GNU coreutils NEWS -*- outline -*-
if it uses helper processes for compression and its parent
ignores CHLD signals. [bug introduced in coreutils-6.9]
- tail without -f no longer access uninitialized memory
+ tail without -f no longer accesses uninitialized memory
[bug introduced in coreutils-7.6]
timeout is now immune to the signal handling of its parent.
@@ -549,7 +549,7 @@ GNU coreutils NEWS -*- outline -*-
ls -LR exits with status 2, not 0, when it encounters a cycle
- ls -is is now consistent with ls -lis in ignoring values returned
+ "ls -is" is now consistent with ls -lis in ignoring values returned
from a failed stat/lstat. For example ls -Lis now prints "?", not "0",
for the inode number and allocated size of a dereferenced dangling symlink.
diff --git a/cfg.mk b/cfg.mk
index 48e5a4736..126968e53 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -27,7 +27,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison
# Now that we have better tests, make this the default.
export VERBOSE = yes
-old_NEWS_hash = 6830d50281733e19bb2baff7a891e1f8
+old_NEWS_hash = 99b06e7bb289add96b10127fceced4e9
# Add an exemption for sc_makefile_at_at_check.
_makefile_at_at_check_exceptions = ' && !/^cu_install_program =/'