summaryrefslogtreecommitdiff
path: root/tests/file
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 /tests/file
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 'tests/file')
-rwxr-xr-xtests/file2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file b/tests/file
index 8cdfc8de..33142442 100755
--- a/tests/file
+++ b/tests/file
@@ -1,5 +1,5 @@
#! /bin/sh
-# Test for POSIX.2 options for grep:
+# Test for POSIX options for grep:
# grep -E -f pattern_file file
# grep -F -f pattern_file file
# grep -G -f pattern_file file