summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-03-23 15:30:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-03-23 15:30:30 +0000
commit71f408ab5dbb7dd8611fc69911c48954d896470d (patch)
treeb049dcdcf1d7131f85e5d81d884b8ff3f9daaf45
parentc5fba9e9da56658071464ced47d977f7a521f4ff (diff)
downloadmpfr-71f408ab5dbb7dd8611fc69911c48954d896470d.tar.gz
[mpfr.texi] Improved documentation of mpfr_print_rnd_mode (from a
suggestion by Chris Saunders). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6748 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 6cdd7290d..fbeb80175 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -2369,8 +2369,8 @@ be the case when @var{b} is near from a value exactly representable on
@end deftypefun
@deftypefun {const char *} mpfr_print_rnd_mode (mp_rnd_t @var{rnd})
-Return the input string (GMP_RNDD, GMP_RNDU, GMP_RNDN, GMP_RNDZ)
-corresponding to the rounding mode @var{rnd} or a null pointer if
+Return a string ("GMP_RNDD", "GMP_RNDU", "GMP_RNDN", "GMP_RNDZ")
+corresponding to the rounding mode @var{rnd}, or a null pointer if
@var{rnd} is an invalid rounding mode.
@end deftypefun