From 4db3c6b5eaf8f0187b2b87b6337d502a97a1080a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 11 Apr 2011 09:07:10 +0200 Subject: [PATCH] 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. --- NEWS | 4 ++-- cfg.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ceccaca..68a9a1b 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 48e5a47..126968e 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 =/' -- 2.7.4