aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
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 .