aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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/gawktexi.in
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/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index e41fe930..9057e91d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -33373,7 +33373,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