From: Gabriel F. T. Gomes Date: Tue, 29 Nov 2016 15:48:24 +0000 (-0200) Subject: Fix typo in manual for iseqsig X-Git-Tag: glibc-2.25~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32bb03c38d76cdc7147ce0441d5eac3ed576152;p=thirdparty%2Fglibc.git Fix typo in manual for iseqsig --- diff --git a/ChangeLog b/ChangeLog index 6d43ec83cc4..5252a64edcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-27 Gabriel F. T. Gomes + + * manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig. + 2016-12-27 Florian Weimer [BZ #17252] diff --git a/manual/arith.texi b/manual/arith.texi index 7577445b44d..f35c3cd9f87 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