diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 151b03f0..3fd69461 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2021-05-05 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Typo fix. + 2021-05-02 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in, gawk.1, awkcard.in: Renamed bool to mkbool. diff --git a/doc/gawk.info b/doc/gawk.info index 824d78e7..115a43e8 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -12850,7 +12850,7 @@ File: gawk.info, Node: Boolean Functions, Next: Numeric Functions, Prev: Call This function is specific to 'gawk'. It is not available in compatibility mode (*note Options::): -'bmkool(EXPRESSION)' +'mkbool(EXPRESSION)' Return a Boolean-typed value based on the regular Boolean value of EXPRESSION. Boolean "true" values have numeric value one. Boolean "false" values have numeric zero. This is discussed in more detail diff --git a/doc/gawk.texi b/doc/gawk.texi index 89921663..267d59f6 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -18390,7 +18390,7 @@ available in compatibility mode (@pxref{Options}): @c @asis for docbook @table @asis -@item @code{bmkool(@var{expression})} +@item @code{mkbool(@var{expression})} @cindexgawkfunc{mkbool} Return a Boolean-typed value based on the regular Boolean value of @var{expression}. Boolean ``true'' values have numeric value one. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 75607b2b..234ba780 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -17531,7 +17531,7 @@ available in compatibility mode (@pxref{Options}): @c @asis for docbook @table @asis -@item @code{bmkool(@var{expression})} +@item @code{mkbool(@var{expression})} @cindexgawkfunc{mkbool} Return a Boolean-typed value based on the regular Boolean value of @var{expression}. Boolean ``true'' values have numeric value one. |