aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-09-04 09:38:08 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-09-04 09:38:08 +0300
commit611353597e20081bd0c72617e24fa5ff4c63dac1 (patch)
treec6099826973ea7f036f5a0c7b7536f17b25576a1 /doc/gawk.1
parentcb92ab7aa657c57446cc9e0087f1364adaac8fee (diff)
downloadegawk-611353597e20081bd0c72617e24fa5ff4c63dac1.tar.gz
egawk-611353597e20081bd0c72617e24fa5ff4c63dac1.tar.bz2
egawk-611353597e20081bd0c72617e24fa5ff4c63dac1.zip
Make indirect calls work on built-in and extension functions.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.16
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index c7646557..4a70c2ed 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Apr 17 2014" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Aug 03 2014" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -3264,7 +3264,7 @@ sign, like so:
.RS
.ft B
.nf
-function myfunc()
+function myfunc()
{
print "myfunc called"
\&.\|.\|.
@@ -3278,6 +3278,8 @@ function myfunc()
.fi
.ft R
.RE
+As of version 4.1.2, this works with user-defined functions,
+built-in functions, and extension functions.
.PP
If
.B \-\^\-lint