summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-20 00:13:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-20 00:13:51 +0000
commitbd56a7278dc053fdc4e225412c25444701b4d3fe (patch)
treef5c5233c78aa85059aeb0b70d6f2325310ad0ac1
parent72efee6e4fa09484c5d3239ba831cca45c7cd29a (diff)
downloadmpfr-bd56a7278dc053fdc4e225412c25444701b4d3fe.tar.gz
[doc/mpfr.texi] Added commas.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7867 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index e87b9c7ac..3f3882d65 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2772,14 +2772,14 @@ patches applied to the old (compile-time) MPFR version are not available
@deftypefun int mpfr_buildopt_tls_p (void)
Return a non-zero value if MPFR was compiled as thread safe using
-compiler-level Thread Local Storage (that is MPFR was built with the
+compiler-level Thread Local Storage (that is, MPFR was built with the
@code{--enable-thread-safe} configure option, see @code{INSTALL} file), return
zero otherwise.
@end deftypefun
@deftypefun int mpfr_buildopt_decimal_p (void)
Return a non-zero value if MPFR was compiled with decimal float support (that
-is MPFR was built with the @code{--enable-decimal-float} configure option),
+is, MPFR was built with the @code{--enable-decimal-float} configure option),
return zero otherwise.
@end deftypefun