aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawkman.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawkman.texi')
-rw-r--r--doc/gawkman.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/gawkman.texi b/doc/gawkman.texi
index f2a454bb..3cf37663 100644
--- a/doc/gawkman.texi
+++ b/doc/gawkman.texi
@@ -13128,10 +13128,9 @@ current record. @xref{Changing Fields}.
@cindex @command{gawk}, @code{FUNCTAB} array in
@cindex differences in @command{awk} and @command{gawk}, @code{FUNCTAB} variable
@item FUNCTAB #
-An array whose indices are the names of all the user-defined
-or extension functions in the program.
-@strong{NOTE}: The array values cannot currently be used.
-Also, you may not use the @code{delete} statement with the
+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.
@cindex @code{NR} variable