OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / copysign.3
index cd25def..da80690 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -80,7 +82,7 @@ If \fIx\fP is a NaN,
 a NaN with the sign bit of \fIy\fP is returned.
 .SH ERRORS
 No errors occur.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 .\" 4.3BSD.
 This function is defined in IEC 559 (and the appendix with
@@ -90,5 +92,5 @@ On architectures where the floating-point formats are not IEEE 754 compliant,
 the
 .BR copysign ()
 functions may treat a negative zero as positive.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR signbit (3)