aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-23 22:46:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-23 22:46:03 +0300
commitc5e22024783ec34ea248ebc92a1e4deefb12ce2f (patch)
tree3ca4f3acc68d2e6d097c816d8c5d6c97c02eef97 /doc/gawk.1
parent2be6f33f68e1a8d412c8712d8017fc7f3b318161 (diff)
downloadegawk-c5e22024783ec34ea248ebc92a1e4deefb12ce2f.tar.gz
egawk-c5e22024783ec34ea248ebc92a1e4deefb12ce2f.tar.bz2
egawk-c5e22024783ec34ea248ebc92a1e4deefb12ce2f.zip
Add PROCINFO entries for API major and minor versions.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index b1d80c07..d1fec1b8 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1235,6 +1235,14 @@ arbitrary precision floating-point numbers.
This entry is not present if MPFR support is not compiled into
.IR gawk .
.TP
+\fBPROCINFO["api_major"]\fP
+The major version of the extension API.
+This entry is not present if loading dynamic extensions is not available.
+.TP
+\fBPROCINFO["api_minor"]\fP
+The minor version of the extension API.
+This entry is not present if loading dynamic extensions is not available.
+.TP
\fBPROCINFO["version"]\fP
the version of
.IR gawk .