about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-02 21:52:42 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-02 21:52:42 +0000
commitd5655997148755d00f960ac60ecb58ad9f53be60 (patch)
tree76297b4f2906096313c27e97dcfc3c0eb7d57798
parentd661bcfb3853021ca5aa140a59dbcfcde6556dbc (diff)
downloadglibc-d5655997148755d00f960ac60ecb58ad9f53be60.tar.gz
glibc-d5655997148755d00f960ac60ecb58ad9f53be60.tar.xz
glibc-d5655997148755d00f960ac60ecb58ad9f53be60.zip
(Rounding): Correct description of fesetround return value.
-rw-r--r--manual/arith.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index 1b62d76cc7..5c73360977 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -963,8 +963,8 @@ To change the rounding mode, use this function:
 @deftypefun int fesetround (int @var{round})
 Changes the currently selected rounding mode to @var{round}.  If
 @var{round} does not correspond to one of the supported rounding modes
-nothing is changed.  @code{fesetround} returns a nonzero value if it
-changed the rounding mode, zero if the mode is not supported.
+nothing is changed.  @code{fesetround} returns zero if it changed the
+rounding mode, a nonzero value if the mode is not supported.
 @end deftypefun
 
 You should avoid changing the rounding mode if possible.  It can be an