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.
This commit is contained in:
Aurelien Jarno 2017-12-23 11:48:28 +01:00
parent ed8ae46bed
commit e65a5644e6
2 changed files with 8 additions and 2 deletions

View File

@ -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

View 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