mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Fix typo in manual for iseqsig
This commit is contained in:
parent
ccb8b7f7d4
commit
c32bb03c38
@ -1,3 +1,7 @@
|
||||
2016-12-27 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
|
||||
|
||||
* manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig.
|
||||
|
||||
2016-12-27 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
[BZ #17252]
|
||||
|
@ -2067,7 +2067,7 @@ words, it is true if @var{x} or @var{y} are NaN, and false otherwise.
|
||||
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
|
||||
This macro determines whether its arguments are equal. It is
|
||||
equivalent to @code{(@var{x}) == (@var{y})}, but it raises the invalid
|
||||
exception and sets @code{errno} to @code{EDOM} is either argument is a
|
||||
exception and sets @code{errno} to @code{EDOM} if either argument is a
|
||||
NaN.
|
||||
@end deftypefn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user