diff options
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Apr 6 2021" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Apr 28 2021" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -3488,8 +3488,8 @@ they work and why they exist. Based on the boolean value of .I expression return either a true value or a false value. -True values have numeric value one and string value \fB"TRUE"\fR. -False values have numeric value zero and string value \fB"False"\fR. +True values have numeric value one. +False values have numeric value zero. .SH USER-DEFINED FUNCTIONS Functions in \*(AK are defined as follows: .PP |