summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-05 18:28:24 -0700
committerPetr Baudis <pasky@suse.cz>2010-11-09 01:42:31 +0100
commit553fe7087a45cc8cb84a994ce85708d085788947 (patch)
tree5334b725c9229f252c8af551a4b1dfb80cb92812
parent9b44d3dad91de42deef5178fb42e57ac02211dae (diff)
downloadglibc-553fe7087a45cc8cb84a994ce85708d085788947.tar.gz
glibc-553fe7087a45cc8cb84a994ce85708d085788947.tar.xz
glibc-553fe7087a45cc8cb84a994ce85708d085788947.zip
Manual wording fix for round{,f,l}.
(cherry picked from commit 713df3d547041fddea30fa78c52dd0615bfd4c24)
-rw-r--r--ChangeLog5
-rw-r--r--manual/arith.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c5485f43..3de08e9b8e 100644
--- 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
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