diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:54:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:54:50 +0300 |
commit | 0c336a08a7e596d9bb2e24384e3c6f2120567c5a (patch) | |
tree | ba2d90f1c7300eac0e3bf1a6ef6c90d673b989ce /doc/gawk.1 | |
parent | adcc3b031e9cf213dc895825e29cadc05e124bde (diff) | |
parent | bc7fa594a66d739002e96579fcb5a6c7a832cc9a (diff) | |
download | egawk-0c336a08a7e596d9bb2e24384e3c6f2120567c5a.tar.gz egawk-0c336a08a7e596d9bb2e24384e3c6f2120567c5a.tar.bz2 egawk-0c336a08a7e596d9bb2e24384e3c6f2120567c5a.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Mar 22 2018" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Mar 26 2018" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -421,8 +421,7 @@ Implies Enable .IR gawk 's default optimizations upon the internal representation of the program. -Currently, this includes simple constant-folding, and tail call -elimination for recursive functions. +Currently, this just includes simple constant folding. This option is on by default. .TP .PD 0 |