From 231a84fb021b17006b1bf6a9d45fb15d6e883960 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 30 May 2021 16:03:11 +0300 Subject: Documentation fixes. --- doc/gawktexi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawktexi.in') diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 47f199e6..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. -- cgit v1.2.3