diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-07-31 07:26:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-07-31 07:26:59 +0300 |
commit | 4703b75c618070d88f9e2eff084ca8119980bd9c (patch) | |
tree | e454234c50afcdc4f6f17e7a223bfae962d9e94c /doc/gawk.info | |
parent | 749475a8a2f335dcc4d837d8c5dba5795d9e891d (diff) | |
download | egawk-4703b75c618070d88f9e2eff084ca8119980bd9c.tar.gz egawk-4703b75c618070d88f9e2eff084ca8119980bd9c.tar.bz2 egawk-4703b75c618070d88f9e2eff084ca8119980bd9c.zip |
Minor doc fixes.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 807fe8a3..bc245e3e 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23480,7 +23480,7 @@ and infinity values. The solution implemented in 'gawk' is as follows: 'gawk' ignores case in the four special values. Thus, '+nan' and '+NaN' are the same. - Besides handling imput, 'gawk' also needs to print "correct" values + Besides handling input, 'gawk' also needs to print "correct" values on output when a value is either NaN or infinity. Starting with version 4.2.2, for such values 'gawk' prints one of the four strings just described: '+inf', '-inf', '+nan', or '-nan'. Similarly, in POSIX mode, |