summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-05-14 11:26:06 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-05-14 15:11:38 -0700
commit078987db6df0edd5af630abf5987e95b02f8a8a3 (patch)
tree9c2fe4eb318ab1905c92663266f80a9bfeac7036 /doc
parent5447010fdbdf3f1a874689dd41a7c916bb262b2a (diff)
downloadgrep-078987db6df0edd5af630abf5987e95b02f8a8a3.tar.gz
maint: spelling fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.in.12
-rw-r--r--doc/grep.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 372b892c..aba085ad 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -755,7 +755,7 @@ understands three different versions of regular expression syntax:
In GNU
.B grep
there is no difference in available functionality between basic and
-extended syntaxes.
+extended syntax.
In other implementations, basic regular expressions are less powerful.
The following description applies to extended regular expressions;
differences for basic regular expressions are summarized afterwards.
diff --git a/doc/grep.texi b/doc/grep.texi
index f0ea1c37..b9688c82 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1162,8 +1162,8 @@ by using various operators to combine smaller expressions.
three different versions of regular expression syntax:
basic (BRE), extended (ERE), and Perl-compatible (PCRE).
In GNU @command{grep},
-there is no difference in available functionality between the basic and
-extended syntaxes.
+there is no difference in available functionality between basic and
+extended syntax.
In other implementations, basic regular expressions are less powerful.
The following description applies to extended regular expressions;
differences for basic regular expressions are summarized afterwards.