]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Manual wording fix for round{,f,l}.
authorRoland McGrath <roland@redhat.com>
Tue, 6 Jul 2010 01:28:24 +0000 (18:28 -0700)
committerPetr Baudis <pasky@suse.cz>
Tue, 9 Nov 2010 00:42:31 +0000 (01:42 +0100)
(cherry picked from commit 713df3d547041fddea30fa78c52dd0615bfd4c24)

ChangeLog
manual/arith.texi

index d5c5485f432128dec3737791675908d1b2509250..3de08e9b8e26ce90038865a0c062252334984c24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-05  Roland McGrath  <roland@redhat.com>
+
+       * manual/arith.texi (Rounding Functions): Fix rint description
+       implicit in round description.
+
 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/Makefile: Fix linking for a few tests to make recent linker
index b1580a06f5ef35c173bb4e55a2c3d6b5c6e79bc6..1b8a8c3d68b64318dc22a52db24c6953804c826b 100644 (file)
@@ -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