OSDN Git Service

(split) LDP: Update release (3.64)
[linuxjm/LDP_man-pages.git] / release / man3 / cbrt.3
index a8f9786..df4e1d6 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1995 Jim Van Zandt <jrv@vanzandt.mv.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.
@@ -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
 .\"
 .\" changed `square root' into `cube root' - aeb, 950919
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH CBRT 3 2010\-09\-20 GNU "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1997 YOSHINO Takashi
+.\"       all rights reserved.
+.\" Translated Mon Jan 20 17:29:27 JST 1997
+.\"       by YOSHINO Takashi Yoshino <yoshino@civil.jcn.nihon-u.ac.jp>
+.\" Updated & Modified Fri Jul 25 22:03:54 JST 2003
+.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" Updated 2008-09-15, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"
+.TH CBRT 3 2013\-09\-18 GNU "Linux Programmer's Manual"
 .SH 名前
 cbrt, cbrtf, cbrtl \- 立方根を計算する関数
 .SH 書式
@@ -75,6 +86,9 @@ or \fIcc\ \-std=c99\fP
 \fIx\fP が +0、\-0、正の無限大、負の無限大、NaN のいずれかの場合、 \fIx\fP が返される。
 .SH エラー
 エラーは発生しない。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBcbrt\fP(), \fBcbrtf\fP(), \fBcbrtl\fP() はスレッドセーフである。
 .SH 準拠
 .\" .BR cbrt ()
 .\" was a GNU extension. It is now a C99 requirement.
@@ -82,6 +96,6 @@ C99, POSIX.1\-2001.
 .SH 関連項目
 \fBpow\fP(3), \fBsqrt\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。