diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:44:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:44:26 +0300 |
commit | 4acad864db8a3b54acbe6a6416b7138464f693ce (patch) | |
tree | 4e570e4f1273e69ba71b6331141b4611cd40a2cf /doc/gawk.info | |
parent | 47f5b43b056dd48a68ca73cce9cfefa287bac005 (diff) | |
download | egawk-4acad864db8a3b54acbe6a6416b7138464f693ce.tar.gz egawk-4acad864db8a3b54acbe6a6416b7138464f693ce.tar.bz2 egawk-4acad864db8a3b54acbe6a6416b7138464f693ce.zip |
Small fixes.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
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 |