X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman3%2Ftan.3;h=0582804dc93147579a158fe6eea92178b518164b;hb=dba08e2eee1afb613e4e8e9310eb752cb06f45de;hp=11ce4ac7e1eee9dc23b70f734f1d1ba8286d1e9a;hpb=4fa3e54b837e5814a4598ec901d77446bf5cb9b3;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man3/tan.3 b/release/man3/tan.3 index 11ce4ac7..0582804d 100644 --- a/release/man3/tan.3 +++ b/release/man3/tan.3 @@ -2,6 +2,7 @@ .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" +.\" %%%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 @@ -35,7 +37,15 @@ .\" 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 +.\" +.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/ に書かれている。