OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / tan.3
index 11ce4ac..0582804 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
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH TAN 3 2010\-09\-11 "" "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1996 Kenji Kajiwara and Kentaro Ogawa
+.\"         all rights reserved.
+.\" Translated Sat, 13 Jul 1996 17:42:24 JST
+.\"         by Kenji Kajiwara and Kentaro Ogawa
+.\" Proof Reading: Takashi Yoshino
+.\" Updated 2008-09-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"
+.TH TAN 3 2014\-01\-06 "" "Linux Programmer's Manual"
 .SH 名前
 tan, tanf, tanl \- 正接(タンジェント)関数
 .SH 書式
@@ -100,6 +110,9 @@ or \fIcc\ \-std=c99\fP
 .\" is set to
 .\" .BR ERANGE .
 オーバーフロー浮動小数点例外 (\fBFE_OVERFLOW\fP)  が上がる。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBtan\fP(), \fBtanf\fP(), \fBtanl\fP() はスレッドセーフである。
 .SH 準拠
 C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH バグ
@@ -108,3 +121,7 @@ C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠
 .SH 関連項目
 \fBacos\fP(3), \fBasin\fP(3), \fBatan\fP(3), \fBatan2\fP(3), \fBcos\fP(3), \fBctan\fP(3),
 \fBsin\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。