diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-24 21:24:17 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-24 21:24:17 +0300 |
commit | 251e47f4a1639244b8bfedd75ce6b4a26ec5949a (patch) | |
tree | 71c9f43bf43ab684b4d14f0379bcb9fc6f74b46a /doc/gawk.texi | |
parent | 55eee619ac637e29c0fe847cc89cda78cc18c28d (diff) | |
parent | c32959290957c70cd6be333ec6c0b6f1bde4cd80 (diff) | |
download | egawk-251e47f4a1639244b8bfedd75ce6b4a26ec5949a.tar.gz egawk-251e47f4a1639244b8bfedd75ce6b4a26ec5949a.tar.bz2 egawk-251e47f4a1639244b8bfedd75ce6b4a26ec5949a.zip |
Merge branch 'master' into feature/iolint
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index fdeb01ed..90146b9f 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -25337,7 +25337,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: |