Module Name:    src
Committed By:   maya
Date:           Tue Sep 26 15:12:57 UTC 2017

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

Log Message:
Mention there's a type generic variant in tgmath.h

(XXX and in math.h, if you're netbsd)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/copysign.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/copysign.3
diff -u src/lib/libm/man/copysign.3:1.1 src/lib/libm/man/copysign.3:1.2
--- src/lib/libm/man/copysign.3:1.1	Wed Apr 13 04:57:10 2011
+++ src/lib/libm/man/copysign.3	Tue Sep 26 15:12:57 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: copysign.3,v 1.1 2011/04/13 04:57:10 jruoho Exp $
+.\" $NetBSD: copysign.3,v 1.2 2017/09/26 15:12:57 maya Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 13, 2011
+.Dd September 26, 2017
 .Dt COPYSIGN 3
 .Os
 .Sh NAME
@@ -42,6 +42,9 @@
 .Fn copysignf "float x" "float y"
 .Ft long double
 .Fn copysignl "long double x" "long double y"
+.In tgmath.h
+.Ft real-floating
+.Fn copysign "real-floating x" "real-floating y"
 .Sh DESCRIPTION
 The
 .Fn copysign ,

Reply via email to