OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / atanh.3
index 9bcde18..4254b0b 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 atanh ()
 function calculates the inverse hyperbolic tangent of
 \fIx\fP; that is the value whose hyperbolic tangent is \fIx\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, these functions return the inverse hyperbolic tangent of
 .IR x .
 
@@ -132,7 +134,7 @@ is set to
 A divide-by-zero floating-point exception
 .RB ( FE_DIVBYZERO )
 is raised.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning
 .I double
@@ -149,7 +151,7 @@ as set to
 instead of the POSIX-mandated
 .BR ERANGE .
 Since version 2.10, glibc does the right thing.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR acosh (3),
 .BR asinh (3),
 .BR catanh (3),