From 4703b75c618070d88f9e2eff084ca8119980bd9c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 31 Jul 2018 07:26:59 +0300 Subject: Minor doc fixes. --- doc/gawk.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 675985ed..6db3a2af 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32700,9 +32700,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 -- cgit v1.2.3