aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-07-31 07:26:59 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-07-31 07:26:59 +0300
commit4703b75c618070d88f9e2eff084ca8119980bd9c (patch)
treee454234c50afcdc4f6f17e7a223bfae962d9e94c /doc/gawktexi.in
parent749475a8a2f335dcc4d837d8c5dba5795d9e891d (diff)
downloadegawk-4703b75c618070d88f9e2eff084ca8119980bd9c.tar.gz
egawk-4703b75c618070d88f9e2eff084ca8119980bd9c.tar.bz2
egawk-4703b75c618070d88f9e2eff084ca8119980bd9c.zip
Minor doc fixes.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 795c5c05..2a2fdd4b 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -31674,9 +31674,9 @@ $ @kbd{echo 0xDeadBeef | gawk '@{ print $1 + 0 @}'}
Thus, @samp{+nan} and @samp{+NaN} are the same.
@end itemize
-Besides handling imput, @command{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 @command{gawk} prints one of the four strings
+Besides handling input, @command{gawk} also needs to print ``correct'' values on
+output when a value is either NaN or infinity. Starting with @value{PVERSION}
+4.2.2, for such values @command{gawk} prints one of the four strings
just described: @samp{+inf}, @samp{-inf}, @samp{+nan}, or @samp{-nan}.
Similarly, in POSIX mode, @command{gawk} prints the result of
the system's C @code{printf()} function using the @code{%g} format string