diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-24 21:09:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-24 21:09:26 +0300 |
commit | 79880b50afe705c783c612569ffe2606c2067684 (patch) | |
tree | b45af783150e01241ed383b6c5a6df65ed1051ae /doc/gawktexi.in | |
parent | 166848a1579181875e6ac696fd004037441b6b75 (diff) | |
download | egawk-79880b50afe705c783c612569ffe2606c2067684.tar.gz egawk-79880b50afe705c783c612569ffe2606c2067684.tar.bz2 egawk-79880b50afe705c783c612569ffe2606c2067684.zip |
Fix a spelling error in the manual.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 1f639334..ae1d0bc4 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -24347,7 +24347,7 @@ is to search using BREs. You use @command{-E} to specify the use of EREs, and @option{-F} to specify searching for fixed strings. In practice, systems continue to come with separate @command{egrep} -and @command{fgrep} utilities, for backwards compatibilty. This +and @command{fgrep} utilities, for backwards compatibility. This @value{SECTION} provides an @command{awk} implementation of @command{egrep}, which supports all of the POSIX-mandated options. You invoke it as follows: |