aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
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/gawk.1
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/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 a719cba1..a4d66720 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1132,9 +1132,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.