From: Aurelien Jarno Date: Sat, 23 Dec 2017 10:48:28 +0000 (+0100) Subject: manual: fix finite description [BZ #22596] X-Git-Tag: glibc-2.27~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9;p=thirdparty%2Fglibc.git 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 b296ec0ad68..c29d25a6fa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-12-23 Aurelien Jarno + + [BZ #22596] + * manual/arith.texi (finite): Fix the description of the return + value. + 2017-12-22 Eric Blake Avoid gcc warnings on cygwin diff --git a/manual/arith.texi b/manual/arith.texi index d12a6c9d267..4649bdf956d 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