From c5e22024783ec34ea248ebc92a1e4deefb12ce2f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 23 Apr 2013 22:46:03 +0300 Subject: Add PROCINFO entries for API major and minor versions. --- doc/gawk.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/gawk.1') 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 . -- cgit v1.2.3