From 0352da6374a4972063a2c30f74ffdd7f298c53f3 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Mon, 2 Sep 2013 11:31:02 +0800 Subject: nextafter.3: wfix Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/nextafter.3 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/man3/nextafter.3 b/man3/nextafter.3 index 69289d82..5548908c 100644 --- a/man3/nextafter.3 +++ b/man3/nextafter.3 @@ -69,7 +69,10 @@ or .ad b .SH DESCRIPTION The -.BR nextafter () +.BR nextafter (), +.BR nextafterf (), +and +.BR nextafterl () functions return the next representable floating-point value following .I x in the direction of @@ -89,8 +92,11 @@ the functions return .IR y . The -.BR nexttoward () -functions do the same as the +.BR nexttoward (), +.BR nexttowardf (), +and +.BR nexttowardl () +functions do the same as the corresponding .BR nextafter () functions, except that they have a .I "long double" -- cgit v1.2.3