diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:27:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:27:24 +0300 |
commit | 2be6f33f68e1a8d412c8712d8017fc7f3b318161 (patch) | |
tree | fcf272abb88306e968f97a27e9e9bfd436976eb6 /doc/gawk.texi | |
parent | b3b12a680adb98a750228efbf8200fd2f66787dc (diff) | |
download | egawk-2be6f33f68e1a8d412c8712d8017fc7f3b318161.tar.gz egawk-2be6f33f68e1a8d412c8712d8017fc7f3b318161.tar.bz2 egawk-2be6f33f68e1a8d412c8712d8017fc7f3b318161.zip |
More doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index a9b4ab87..1684e901 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -13743,10 +13743,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 |