diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:54:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:54:14 +0300 |
commit | bc7fa594a66d739002e96579fcb5a6c7a832cc9a (patch) | |
tree | f67e56c8c1691bd4082a652b82bf99df1c6d6594 /doc/gawk.1 | |
parent | 053aa664ea5a3fc3bc98a7a2dc6145b434e79669 (diff) | |
parent | 9e7d18a1e9464d9650c94eeebc86856afc4cc665 (diff) | |
download | egawk-bc7fa594a66d739002e96579fcb5a6c7a832cc9a.tar.gz egawk-bc7fa594a66d739002e96579fcb5a6c7a832cc9a.tar.bz2 egawk-bc7fa594a66d739002e96579fcb5a6c7a832cc9a.zip |
Merge branch 'gawk-4.2-stable'
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 |