summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2013-09-02 11:31:02 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-02 07:47:06 +0200
commit0352da6374a4972063a2c30f74ffdd7f298c53f3 (patch)
treef0b06e64d9b586cc9d0d6de1905def712864aa7a
parente132eea1ab66adc317953ff69473bdff89cdcec3 (diff)
nextafter.3: wfix
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/nextafter.312
1 files 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"