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/gawktexi.in | |
parent | 961a62acfb893969e2c19917f31bedcdfa717e5a (diff) | |
download | egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.tar.gz egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.tar.bz2 egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.zip |
More doc changes.
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 8b35bf32..2c2b12ec 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -32905,7 +32905,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 |