OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / asinh.3
index 73fd6a1..2dfca12 100644 (file)
@@ -32,7 +32,7 @@
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH ASINH 3  2010-09-20 "GNU"  "Linux Programmer's Manual"
+.TH ASINH 3  2013-10-14 "GNU"  "Linux Programmer's Manual"
 .SH NAME
 asinh, asinhf, asinhl \- inverse hyperbolic sine function
 .SH SYNOPSIS
@@ -78,7 +78,9 @@ or
 The
 .BR asinh ()
 function calculates the inverse hyperbolic sine of
-\fIx\fP; that is the value whose hyperbolic sine is \fIx\fP.
+.IR x ;
+that is the value whose hyperbolic sine is
+.IR x .
 .SH RETURN VALUE
 On success, these functions return the inverse hyperbolic sine of
 .IR x .
@@ -100,6 +102,14 @@ positive infinity (negative infinity) is returned.
 .\" glibc 2.8 does not do this.
 .SH ERRORS
 No errors occur.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR asinh (),
+.BR asinhf (),
+and
+.BR asinhl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning
@@ -113,3 +123,12 @@ SVr4, 4.3BSD, C89.
 .BR cosh (3),
 .BR sinh (3),
 .BR tanh (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.