aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-03 20:35:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-03 20:35:04 +0300
commit6fba98cc55aaba2b8819eaaca927c24c480cc332 (patch)
tree2946c46528a9b7d86529b1870b0e561413c8058c /doc/gawk.1
parent2eb0932e9eb3a4a4ff05ab8831d7e89c2d554004 (diff)
parent6f2c655186b7de2a95cca0403eb899dd2ab27c75 (diff)
downloadegawk-6fba98cc55aaba2b8819eaaca927c24c480cc332.tar.gz
egawk-6fba98cc55aaba2b8819eaaca927c24c480cc332.tar.bz2
egawk-6fba98cc55aaba2b8819eaaca927c24c480cc332.zip
Merge branch 'feature/bool' of ssh://git.sv.gnu.org/srv/git/gawk into feature/bool
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index e71ceba3..1c382c1c 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -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.