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