aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-06-03 20:59:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-06-03 20:59:26 +0300
commit54a79f8f1dbb86f92dcb0c7623fddbde1c81278c (patch)
tree3cc7d863027dd419f2471b58752779080e7e87b0 /doc/gawktexi.in
parent4c23f750aabed696da10529c8cd6a7af24b185f1 (diff)
downloadegawk-54a79f8f1dbb86f92dcb0c7623fddbde1c81278c.tar.gz
egawk-54a79f8f1dbb86f92dcb0c7623fddbde1c81278c.tar.bz2
egawk-54a79f8f1dbb86f92dcb0c7623fddbde1c81278c.zip
Clarify a bit on FUNCTAB.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index d0356991..1c3fb4b4 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -13129,8 +13129,12 @@ current record. @xref{Changing Fields}.
@item FUNCTAB #
An array whose indices and corresponding values are the names of all
the user-defined or extension functions in the program.
-@strong{NOTE}: You may not use the @code{delete} statement with the
-@code{FUNCTAB} array.
+
+@quotation NOTE
+Attempting to use the @code{delete} statement with the @code{FUNCTAB}
+array will cause a fatal error. Any attempt to assign to an element of
+the @code{FUNCTAB} array will also cause a fatal error.
+@end quotation
@cindex @code{NR} variable
@item NR