diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 5008f708..c6b8d552 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -858,7 +858,7 @@ particular records in a file and perform operations upon them. * Programs Summary:: Summary of programs. * Programs Exercises:: Exercises. * Nondecimal Data:: Allowing nondecimal input data. -* Boolean Typed Values:: Values with @code{bool} type. +* Boolean Typed Values:: Values with @code{number|bool} type. * Array Sorting:: Facilities for controlling array traversal and sorting arrays. * Controlling Array Traversal:: How to use PROCINFO["sorted_in"]. @@ -28388,7 +28388,7 @@ returns a value of Boolean type. The returned values are normal @command{awk} numeric values, with values of either one or zero, depending upon the truth -value of the original expression passed in the call to @code{bool()}. +value of the original expression passed in the call to @code{mkbool()}. The @code{typeof()} function (@pxref{Type Functions}) returns @code{"number|bool"} for these values. @@ -40189,7 +40189,7 @@ The index for this manual was completely reworked. Support was added for MSYS2. @item -@code{asorti()} and @code{asorti()} were changed to +@code{asort()} and @code{asorti()} were changed to allow @code{FUNCTAB} and @code{SYMTAB} as the first argument if a second destination array is supplied (@pxref{String Functions}). @@ -40206,8 +40206,8 @@ Several example programs in the manual were updated to their modern POSIX equivalents. @item -The ``no effect'' lint warnings were fixed up and now behave more sanely -(@pxref{Options}). +The ``no effect'' lint warnings from @option{--lint} were fixed up +and now behave more sanely (@pxref{Options}). @item Handling of Infinity and NaN values were improved. |