OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / asinh.3
index 0966a8d..73fd6a1 100644 (file)
@@ -2,6 +2,7 @@
 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
@@ -21,6 +22,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
@@ -77,7 +79,7 @@ The
 .BR asinh ()
 function calculates the inverse hyperbolic sine of
 \fIx\fP; that is the value whose hyperbolic sine is \fIx\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, these functions return the inverse hyperbolic sine of
 .IR x .
 
@@ -98,13 +100,13 @@ positive infinity (negative infinity) is returned.
 .\" glibc 2.8 does not do this.
 .SH ERRORS
 No errors occur.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning
 .I double
 also conforms to
 SVr4, 4.3BSD, C89.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR acosh (3),
 .BR atanh (3),
 .BR casinh (3),