From: Roland McGrath Date: Mon, 19 Nov 2007 01:00:59 +0000 (+0000) Subject: * manual/arith.texi (Remainder Functions): Spelling fix. X-Git-Tag: cvs/fedora-glibc-20071212T1051~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76cf98894ffb3caa117035e8ac929c492c60475d;p=thirdparty%2Fglibc.git * manual/arith.texi (Remainder Functions): Spelling fix. From Shaun Silk . --- diff --git a/ChangeLog b/ChangeLog index 21cea2ecebf..b64cd4b9d59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-18 Roland McGrath + * manual/arith.texi (Remainder Functions): Spelling fix. + From Shaun Silk . + * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value. 2007-11-17 Ulrich Drepper diff --git a/manual/arith.texi b/manual/arith.texi index 989bf046159..078885e86f9 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -1520,7 +1520,7 @@ If @var{denominator} is zero, @code{fmod} signals a domain error. @comment math.h @comment BSD @deftypefunx {long double} dreml (long double @var{numerator}, long double @var{denominator}) -These functions are like @code{fmod} except that they rounds the +These functions are like @code{fmod} except that they round the internal quotient @var{n} to the nearest integer instead of towards zero to an integer. For example, @code{drem (6.5, 2.3)} returns @code{-0.4}, which is @code{6.5} minus @code{6.9}.