From 6d68443e039c6f20e0d68909e2a668c3d8f91489 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 12 Aug 2008 12:11:11 +0000 Subject: [PATCH] Relocate nextafter.3 changes under math function list. --- Changes | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 3cd0c6931..c28875818 100644 --- a/Changes +++ b/Changes @@ -34,17 +34,17 @@ Apologies if I missed anyone! New and rewritten pages ----------------------- -clock_getcpuclockid.3 - mtk - New page documenting the clock_getcpuclockid() library function, - available since glibc 2.2. - move_pages.2 Christoph Lameter, various edits and improvements by mtk Documentation of the move_pages() system call. This page was formerly part of the numactl package, but really belongs in man-pages (since it describes a kernel interface). +clock_getcpuclockid.3 + mtk + New page documenting the clock_getcpuclockid() library function, + available since glibc 2.2. + udplite.7 Gerrit Renker Document the Linux implementation of the UDP-Lite protocol, @@ -317,11 +317,6 @@ mktemp.3 mtk CONFORMING TO: POSIX.1-2008 removes the specification of mktemp(). -nextafter.3 - mtk - BUGS: In glibc 2.5 and earlier these functions do not raise an - FE_UNDERFLOW exception on underflow. - opendir.3 mtk CONFORMING TO: POSIX.1-2008 specifies fdopendir(). @@ -472,6 +467,11 @@ lround.3 mtk Add reference to fenv(3) for discussion of current rounding mode. +nextafter.3 + mtk + BUGS: In glibc 2.5 and earlier these functions do not raise an + FE_UNDERFLOW exception on underflow. + pow.3 mtk BUGS: described buggy NaN return when x is negative and y is large.