summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-09-01 11:45:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-09-01 11:46:02 -0700
commit81dad2605ff6c9bbf0e030e5730a70cd7205aeeb (patch)
treec4199ef6ab1b115259516f33d3085aa6c102771c
parentb1ba2f717c32bf1757c0c632175c3ed155e35f5d (diff)
downloadgrep-81dad2605ff6c9bbf0e030e5730a70cd7205aeeb.tar.gz
dfa: document previous change
* NEWS: Adjust to match previous change.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 91f1bfc5..56c735fa 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,8 @@ GNU grep NEWS -*- outline -*-
grep -iF is typically much faster in a multibyte locale, if the
pattern and its case counterparts contain only single byte characters.
- In multibyte locales that are not UTF-8, grep now handles leading
- "." in patterns more efficiently.
+ In multibyte locales, grep now handles leading "." in patterns more
+ efficiently.
grep now prints a "FILENAME:LINENO: " prefix when diagnosing an
invalid regular expression that was read from an '-f'-specified file.