diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 6d7694a2..874a4646 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -34402,7 +34402,7 @@ should also be treated as read-only. However, unlike strings, memory for MPFR/GMP values allocated by an extension and passed into @command{gawk} is @emph{copied} by @command{gawk}; the extension should then free the values itself to avoid memory leaks. This is -discussed further in @strong{FIXME}. +discussed further in @strong{API Ownership of MPFR and GMP Values}. @item The API defines several simple @code{struct}s that map values as seen |