diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-11-29 13:48:24 -0200 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-12-27 15:50:03 -0200 |
commit | c32bb03c38d76cdc7147ce0441d5eac3ed576152 (patch) | |
tree | c4cf4e42f32a888f66c7ae1a9dd112f8de11ceaf | |
parent | ccb8b7f7d488f11570042226bed17dfee8afb3c8 (diff) | |
download | glibc-c32bb03c38d76cdc7147ce0441d5eac3ed576152.tar.gz glibc-c32bb03c38d76cdc7147ce0441d5eac3ed576152.tar.xz glibc-c32bb03c38d76cdc7147ce0441d5eac3ed576152.zip |
Fix typo in manual for iseqsig
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/arith.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6d43ec83cc..5252a64edc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] diff --git a/manual/arith.texi b/manual/arith.texi index 7577445b44..f35c3cd9f8 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -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 |