diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-23 11:48:28 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-23 11:48:28 +0100 |
commit | e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9 (patch) | |
tree | 22450bd4643498bf17ccd7c0f036b298aaa0884a /manual/arith.texi | |
parent | ed8ae46bed42772a5b22b710fb12d7f59ae084b4 (diff) | |
download | glibc-e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9.tar glibc-e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9.tar.gz glibc-e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9.tar.bz2 glibc-e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9.zip |
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.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index d12a6c9d26..4649bdf956 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 |