summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-12-21 16:37:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-12-21 16:37:16 +0000
commit45699bd14115a0529319d36b7214685be964a5ff (patch)
treeb4e9d7d7ec5674b7823e685fc65363980777a56e /doc
parent65b5d3f8061987348c1f5716923585bb02ba787d (diff)
downloadmpfr-45699bd14115a0529319d36b7214685be964a5ff.tar.gz
[doc/mpfr.texi] Minor corrections of mpfr_fpif_import documentation.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8441 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 9f6ea3918..087523b20 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2209,10 +2209,10 @@ versions.
@deftypefun int mpfr_fpif_import (mpfr_t @var{op}, FILE *@var{stream})
Import the number @var{op} from the stream @var{stream} in a floating-point
interchange format (see @code{mpfr_fpif_export}).
-The precision of @var{op} is read from the stream. If the precision is less
-than MPFR_PREC_MIN, it is set to MPFR_PREC_MIN. If the precision is more
-than MPFR_PREC_MAX, the function fail.
-Return 0 if the import was successful.
+The precision of @var{op} is read from the stream. If the precision is less
+than MPFR_PREC_MIN, it is set to MPFR_PREC_MIN. If the precision is greater
+than MPFR_PREC_MAX, the function fails.
+Return 0 iff the import was successful.
Note: this function is experimental and its interface might change in future
versions.