summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-05 18:28:24 -0700
committerAndreas Schwab <schwab@redhat.com>2010-12-01 15:35:08 +0100
commit8fb349ce448e7cda101f8640887682528061e702 (patch)
treeb7a08ced9e2b1962d476cbf4489b48e58f54d148 /manual
parent5303a97bbff253ecd619dc5538225d1cd6c32982 (diff)
Manual wording fix for round{,f,l}.
(cherry picked from commit 713df3d547041fddea30fa78c52dd0615bfd4c24)
Diffstat (limited to 'manual')
-rw-r--r--manual/arith.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index b1580a06f5..1b8a8c3d68 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -1407,7 +1407,8 @@ do not raise the inexact exception if @var{x} is not an integer.
@comment ISO
@deftypefunx {long double} roundl (long double @var{x})
These functions are similar to @code{rint}, but they round halfway
-cases away from zero instead of to the nearest even integer.
+cases away from zero instead of to the nearest integer (or other
+current rounding mode).
@end deftypefun
@comment math.h