summaryrefslogtreecommitdiff
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-27 22:28:23 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-27 22:28:23 +0200
commit17cb726be0dea75864a89d31054459c02702786e (patch)
tree826988615475735a0e37e5e04cf1c917f7ee2dc1 /doc/gawktexi.in
parentef5a25cdb3af19a1f2cc14e25e1a93914aae82c1 (diff)
downloadgawk-17cb726be0dea75864a89d31054459c02702786e.tar.gz
Add note that lookup of PROCINFO can fail.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 7ca73834..db949be2 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -30064,6 +30064,13 @@ An extension can look up the value of @command{gawk}'s special variables.
However, with the exception of the @code{PROCINFO} array, an extension
cannot change any of those variables.
+@quotation NOTE
+It is possible for the lookup of @code{PROCINFO} to fail. This happens if
+the @command{awk} program being run does not reference @code{PROCINFO};
+in this case @command{gawk} doesn't bother to create the array and
+populate it.
+@end quotation
+
@node Symbol table by cookie
@subsubsection Variable Access and Update by Cookie