diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-16 14:30:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-16 14:30:25 +0200 |
commit | 7d76cb815e02b1ef7bfa640975395935fccb71f8 (patch) | |
tree | a9abaa888e7c53b4eb503c665afedafbc3c495a6 /doc/gawk.texi | |
parent | 961a62acfb893969e2c19917f31bedcdfa717e5a (diff) | |
download | egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.tar.gz egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.tar.bz2 egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.zip |
More doc changes.
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 a6db3bda..5d593fde 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -33939,7 +33939,7 @@ If you want to dive more deeply into this topic, you can find test programs in C, @command{awk} and Python in the directory @file{awklib/eg/test-programs} in the @command{gawk} distribution. These programs enable comparison among programming languages as to how -they hanle NaN and infinity values. +they handle NaN and infinity values. @ignore @c file eg/test-programs/gen-float-table.awk |