summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-03-25 15:34:52 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-03-25 15:34:52 +0100
commit9e0ec96a57f165d91526f8bb0ad0aac8844f04a8 (patch)
treef7cc17b27c4cd8081707d5b7d57f644576ad4ea4 /doc
parent661769e717da53a7a8e134ec77e1d70fe6c0edaa (diff)
downloadgmp-9e0ec96a57f165d91526f8bb0ad0aac8844f04a8.tar.gz
Fix documentation errors.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 2896a19e4..86d033101 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -1522,7 +1522,7 @@ GNU m4 under the name @samp{gm4}, which GMP cannot guess.
@item FreeBSD 7.x, 8.x, 9.x
@cindex FreeBSD
-GMP releases starting with 5.2 do not support @samp{ABI=32} on FreeBSD/amd64
+GMP releases starting with 6.0 do not support @samp{ABI=32} on FreeBSD/amd64
prior to release 10.0 of the system. The cause is a broken @code{limits.h},
which GMP no longer works around.
@@ -1977,14 +1977,14 @@ functions in this class. (@pxref{Integer Functions})
@item
Functions for rational number arithmetic, with names beginning with
-@code{mpq_}. The associated type is @code{mpq_t}. There are about 40
+@code{mpq_}. The associated type is @code{mpq_t}. There are about 35
functions in this class, but the integer functions can be used for arithmetic
on the numerator and denominator separately. (@pxref{Rational Number
Functions})
@item
Functions for floating-point arithmetic, with names beginning with
-@code{mpf_}. The associated type is @code{mpf_t}. There are about 60
+@code{mpf_}. The associated type is @code{mpf_t}. There are about 70
functions is this class. (@pxref{Floating-point Functions})
@item
@@ -1992,7 +1992,7 @@ Fast low-level functions that operate on natural numbers. These are used by
the functions in the preceding groups, and you can also call them directly
from very time-critical user programs. These functions' names begin with
@code{mpn_}. The associated type is array of @code{mp_limb_t}. There are
-about 30 (hard-to-use) functions in this class. (@pxref{Low-level Functions})
+about 60 (hard-to-use) functions in this class. (@pxref{Low-level Functions})
@item
Miscellaneous functions. Functions for setting up custom allocation and