aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-09-05 11:21:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-09-05 11:21:38 +0300
commit0f5cb955662136ad4a93e35db5721dd986dfd55b (patch)
tree7ec575fe74a0fc599bafb01fad6811fc496f7256 /doc/gawk.1
parentc30a04c8d3a2eef06338934f577fe3416f40d529 (diff)
downloadegawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.tar.gz
egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.tar.bz2
egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.zip
Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.17
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 4a70c2ed..c35ebf00 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1126,9 +1126,14 @@ For each identifier, the value of the element is one of the following:
\fB"array"\fR
The identifier is an array.
.TP
+\fB"builtin"\fR
+The identifier is a built-in function.
+.TP
\fB"extension"\fR
The identifier is an extension function loaded via
-.BR @load .
+.B @load
+or
+.BR \-l .
.TP
\fB"scalar"\fR
The identifier is a scalar.