This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-1035-ge65a564


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9 (commit)
      from  ed8ae46bed42772a5b22b710fb12d7f59ae084b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9

commit e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 23 11:48:28 2017 +0100

    manual: fix finite description [BZ #22596]
    
    That way it matches the standard and the behaviour of the finite
    function.
    
    Changelog:
    	[BZ #22596]
    	* manual/arith.texi (finite): Fix the description of the return
    	value.

diff --git a/ChangeLog b/ChangeLog
index b296ec0..c29d25a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-23  Aurelien Jarno <aurelien@aurel32.net>
+
+	[BZ #22596]
+	* manual/arith.texi (finite): Fix the description of the return
+	value.
+
 2017-12-22  Eric Blake  <ebb9@byu.net>
 
 	Avoid gcc warnings on cygwin
diff --git a/manual/arith.texi b/manual/arith.texi
index d12a6c9..4649bdf 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -467,8 +467,8 @@ function for some reason, you can write
 @deftypefunx int finitel (long double @var{x})
 @standards{BSD, math.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
-This function returns a nonzero value if @var{x} is finite or a ``not a
-number'' value, and zero otherwise.
+This function returns a nonzero value if @var{x} is neither infinite nor
+a ``not a number'' value, and zero otherwise.
 @end deftypefun
 
 @strong{Portability Note:} The functions listed in this section are BSD

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 manual/arith.texi |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]