diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-11 09:07:10 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-11 14:32:56 +0200 |
commit | 4db3c6b5eaf8f0187b2b87b6337d502a97a1080a (patch) | |
tree | c4e9b52601e7597ba757f91d420e920014688df8 /NEWS | |
parent | b80e2c7c258bf8c747ceae4c681ee224a31e9509 (diff) | |
download | coreutils-4db3c6b5eaf8f0187b2b87b6337d502a97a1080a.tar.xz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |