From 71b480444799983c2dc4f512671c47f78d99ac13 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 3 Aug 2016 21:15:51 +0000 Subject: [PATCH] Fix typo in last arith.texi change. * manual/arith.texi (nextup): Fix typo in last change. --- ChangeLog | 4 ++++ manual/arith.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a261adac9f..954af379c5 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 3d8bdd8cad..ea8ff48618 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 -- 2.11.4.GIT