Module Name:    src
Committed By:   mgorny
Date:           Thu May  2 15:08:35 UTC 2019

Modified Files:
        src/lib/libm/man: nextafter.3

Log Message:
Explicitly indicate that nexttowardl() is identical to nextafterl().

Requested by kamil.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/man/nextafter.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/man/nextafter.3
diff -u src/lib/libm/man/nextafter.3:1.7 src/lib/libm/man/nextafter.3:1.8
--- src/lib/libm/man/nextafter.3:1.7	Sun Apr 28 07:33:02 2019
+++ src/lib/libm/man/nextafter.3	Thu May  2 15:08:35 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: nextafter.3,v 1.7 2019/04/28 07:33:02 wiz Exp $
+.\" $NetBSD: nextafter.3,v 1.8 2019/05/02 15:08:35 mgorny Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -78,10 +78,9 @@ The three functions differ only in the t
 .Fa x .
 .Pp
 The
-.Fn nexttoward ,
-.Fn nexttowardf
+.Fn nexttoward
 and
-.Fn nexttowardl
+.Fn nexttowardf
 functions are equivalent to the
 .Fn nextafter
 family of functions with two exceptions:
@@ -97,6 +96,10 @@ converted to the type of the function, p
 equals
 .Fa y .
 .El
+.Pp
+.Fn nexttowardl
+is equivalent to
+.Fn nextafterl .
 .Sh RETURN VALUES
 Upon successful completion, the described functions return
 the next representable floating-point value as described above.

Reply via email to