]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: fix finite description [BZ #22596]
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 23 Dec 2017 10:48:28 +0000 (11:48 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 23 Dec 2017 10:48:28 +0000 (11:48 +0100)
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.

ChangeLog
manual/arith.texi

index b296ec0ad6802d4b786c919a3fa94adc7deb08d2..c29d25a6fa1dae07f6f633bb5cccc7f7b301ec07 100644 (file)
--- 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
index d12a6c9d267b4d46f8328dd814938e22a6f48c80..4649bdf956d0c07edf72b4e77916761629c068cf 100644 (file)
@@ -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