diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-02 08:25:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-02 08:25:28 +0300 |
commit | 6f2c655186b7de2a95cca0403eb899dd2ab27c75 (patch) | |
tree | 5298d116fca50998e8b57bb974fc2f85692c0a9d /doc/gawk.1 | |
parent | 200c22e0556cdaf381d758304e69807d1b0ceff7 (diff) | |
download | egawk-6f2c655186b7de2a95cca0403eb899dd2ab27c75.tar.gz egawk-6f2c655186b7de2a95cca0403eb899dd2ab27c75.tar.bz2 egawk-6f2c655186b7de2a95cca0403eb899dd2ab27c75.zip |
Renamed bool() to mkbool().
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Apr 28 2021" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "May 02 2021" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -3484,7 +3484,7 @@ if you want to use the current domain. You can create special Boolean-typed values; see the manual for how they work and why they exist. .TP -.BI bool( expression\^ ) +.BI mkbool( expression\^ ) Based on the boolean value of .I expression return either a true value or a false value. |