]> 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)
committerRoland McGrath <roland@redhat.com>
Tue, 6 Jul 2010 01:28:24 +0000 (18:28 -0700)
ChangeLog
manual/arith.texi

index 2bfc9122a4bb521a30f70b78dd2c70cb4f93ecb1..48c62f7caf1ad74b2461ceaed3ca5c2272817320 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