diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-28 20:44:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-28 20:44:43 +0300 |
commit | 7929ad9024cf2ede057f21e8c1cf58bba240c233 (patch) | |
tree | be638252ffc47f5090d1d29ec87e7ec067648961 /doc/gawktexi.in | |
parent | bd2fc195fd0e10d989b14c01e57baace5a344ad1 (diff) | |
download | egawk-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.in | 2 |
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 |