aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-09-05 11:24:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-09-05 11:24:03 +0300
commitc59f2580c1c2e3ac399c7fd33a860470e58ca76a (patch)
tree2db038b2be8bbf2456671f6ff5228b62e2641d06 /doc/gawktexi.in
parent3f30f514c6e81c4a9e8ba1374a5080683783c382 (diff)
parent0f5cb955662136ad4a93e35db5721dd986dfd55b (diff)
downloadegawk-c59f2580c1c2e3ac399c7fd33a860470e58ca76a.tar.gz
egawk-c59f2580c1c2e3ac399c7fd33a860470e58ca76a.tar.bz2
egawk-c59f2580c1c2e3ac399c7fd33a860470e58ca76a.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9bef7907..2c1bee3e 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -14060,7 +14060,7 @@ current record. @xref{Changing Fields}.
@cindex differences in @command{awk} and @command{gawk}, @code{FUNCTAB} variable
@item @code{FUNCTAB #}
An array whose indices and corresponding values are the names of all
-the user-defined or extension functions in the program.
+the built-in, user-defined and extension functions in the program.
@quotation NOTE
Attempting to use the @code{delete} statement with the @code{FUNCTAB}
@@ -14108,9 +14108,12 @@ text of the AWK program. For each identifier, the value of the element is one o
@item "array"
The identifier is an array.
+@item "builtin"
+The identifier is a built-in function.
+
@item "extension"
The identifier is an extension function loaded via
-@code{@@load}.
+@code{@@load} or @option{-l}.
@item "scalar"
The identifier is a scalar.