diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:46:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:46:03 +0300 |
commit | c5e22024783ec34ea248ebc92a1e4deefb12ce2f (patch) | |
tree | 3ca4f3acc68d2e6d097c816d8c5d6c97c02eef97 /doc/gawk.1 | |
parent | 2be6f33f68e1a8d412c8712d8017fc7f3b318161 (diff) | |
download | egawk-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.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 . |