OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / cbrt.3
index 91e0891..eb56edc 100644 (file)
@@ -27,7 +27,7 @@
 .\" Modified 2002-07-27 Walter Harms
 .\" (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH CBRT 3  2010-09-20 "GNU"  "Linux Programmer's Manual"
+.TH CBRT 3  2013-09-18 "GNU"  "Linux Programmer's Manual"
 .SH NAME
 cbrt, cbrtf, cbrtl \- cube root function
 .SH SYNOPSIS
@@ -87,6 +87,14 @@ is +0, \-0, positive infinity, negative infinity, or NaN,
 is returned.
 .SH ERRORS
 No errors occur.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR cbrt (),
+.BR cbrtf (),
+and
+.BR cbrtl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 .\" .BR cbrt ()
@@ -94,3 +102,11 @@ C99, POSIX.1-2001.
 .SH SEE ALSO
 .BR pow (3),
 .BR sqrt (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.