summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2019-11-24 08:42:05 -0800
committerJim Meyering <meyering@fb.com>2019-11-26 05:40:34 +0800
commitdccdd4c48e99112644046fd72fc756c5e9c0eb25 (patch)
tree5391b97ecfeca615e575603242fd7e8fcc6d6ceb
parent449f1c5805adba00ddd6edad30d96dbaeb8a91a3 (diff)
downloadgrep-dccdd4c48e99112644046fd72fc756c5e9c0eb25.tar.gz
maint: correct NEWS blurb
* NEWS (Bug fixes): Correction: the -Fw bug was introduced in 2.28, not in 3.0. Reported by Paul Eggert.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d682055..b106e2f9 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ GNU grep NEWS -*- outline -*-
grep -Fw can no longer false match in non-UTF8 multibyte locales
For example, this command would erroneously print its input line:
echo ab | LC_CTYPE=ja_JP.eucjp grep -Fw b
- [Bug#38223 introduced in grep 3.0]
+ [Bug#38223 introduced in grep 2.28]
The exit status of 'grep -L' is no longer incorrect when standard
output is /dev/null.