summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2013-09-30 09:13:34 -0700
committerJim Meyering <meyering@fb.com>2013-09-30 09:59:20 -0700
commite27403159f3dafba8dcb541d7ada76b5caf92d99 (patch)
treef6623315f2adb9127570dbaf6547965915b9b365 /NEWS
parent05e2f162e7014185cac3ec74532becf6e1c3bde6 (diff)
downloadgrep-e27403159f3dafba8dcb541d7ada76b5caf92d99.tar.gz
maint: change all references: s/POSIX\.2/POSIX/
There is no longer any point in referring to POSIX.N. POSIX is sufficient. * doc/grep.in.1: As above. * src/main.c (main): Likewise. * tests/file: Likewise. * tests/options: Likewise. * ChangeLog: Likewise. * NEWS: Likewise. * cfg.mk: Update, to match changed NEWS. Inspired by Glenn Golden's suggestion in http://bugs.gnu.org/15486
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fba30941..2f0e862d 100644
--- a/NEWS
+++ b/NEWS
@@ -433,7 +433,7 @@ Version 2.5
--color takes an optional argument specifying when to colorize a line:
--color=always, --color=tty, --color=never
- - The following changes are for POSIX.2 conformance:
+ - The following changes are for POSIX conformance:
. The -q or --quiet or --silent option now causes grep to exit
with zero status when a input line is selected, even if an error
@@ -450,7 +450,7 @@ Version 2.5
environment variable to the value "C".
- The -C or --context option now requires an argument, partly for
- consistency, and partly because POSIX.2 recommends against
+ consistency, and partly because POSIX recommends against
optional arguments.
- The new -P or --perl-regexp option tells grep to interpret the pattern as