aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-28 20:44:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-28 20:44:43 +0300
commit7929ad9024cf2ede057f21e8c1cf58bba240c233 (patch)
treebe638252ffc47f5090d1d29ec87e7ec067648961 /doc/gawk.texi
parentbd2fc195fd0e10d989b14c01e57baace5a344ad1 (diff)
downloadegawk-7929ad9024cf2ede057f21e8c1cf58bba240c233.tar.gz
egawk-7929ad9024cf2ede057f21e8c1cf58bba240c233.tar.bz2
egawk-7929ad9024cf2ede057f21e8c1cf58bba240c233.zip
Change FIXME in the manual into a real cross reference.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
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