From: Joseph Myers Date: Wed, 3 Aug 2016 21:15:51 +0000 (+0000) Subject: Fix typo in last arith.texi change. X-Git-Tag: glibc-2.25~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b480444799983c2dc4f512671c47f78d99ac13;p=thirdparty%2Fglibc.git Fix typo in last arith.texi change. * manual/arith.texi (nextup): Fix typo in last change. --- diff --git a/ChangeLog b/ChangeLog index a261adac9f7..954af379c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-08-03 Joseph Myers + + * manual/arith.texi (nextup): Fix typo in last change. + 2016-08-03 Zack Weinberg [BZ #19239] diff --git a/manual/arith.texi b/manual/arith.texi index 3d8bdd8cad6..ea8ff48618e 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -1717,7 +1717,7 @@ subnormal number in the type of @var{x} the function returns @code{-0}. If @math{@var{x} = @code{0}} the function returns the smallest positive subnormal number in the type of @var{x}. If @var{x} is NaN, NaN is returned. If @var{x} is @math{+@infinity{}}, @math{+@infinity{}} is returned. -@code{nextup} from TS 18661-1:2014. +@code{nextup} is from TS 18661-1:2014. @code{nextup} never raises an exception except for signaling NaNs. @end deftypefun