X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman3%2Fsincos.3;h=fba3dfd42132fe3b7aa731321a770a90a2c73792;hb=dba08e2eee1afb613e4e8e9310eb752cb06f45de;hp=a54f2441024f6c39618fdcf34f723f984599855e;hpb=05edc1c11c5b516ab7b254b23c5927d6bd36ce34;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man3/sincos.3 b/release/man3/sincos.3 index a54f2441..fba3dfd4 100644 --- a/release/man3/sincos.3 +++ b/release/man3/sincos.3 @@ -1,14 +1,24 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) -.\" Distributed under GPL, 2002-07-27 Walter Harms .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) +.\" Distributed under GPL +.\" %%%LICENSE_END +.\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH SINCOS 3 2008\-08\-11 GNU "Linux Programmer's Manual" +.\" +.\" Japanese Version Copyright (c) 2003 Akihiro MOTOKI +.\" all rights reserved. +.\" Translated Tue Sep 9 04:06:20 JST 2003 +.\" by Akihiro MOTOKI +.\" Updated 2008-09-16, Akihiro MOTOKI +.\" +.TH SINCOS 3 2013\-12\-23 GNU "Linux Programmer's Manual" .SH 名前 sincos, sincosf, sincosl \- 正弦と余弦を同時に計算する .SH 書式 @@ -48,14 +58,18 @@ sincos, sincosf, sincosl \- 正弦と余弦を同時に計算する .\" FIXME . Is it intentional that these functions do not set errno? .\" sin() and cos() also don't set errno; bugs have been raised for .\" those functions. +.\" See https://www.sourceware.org/bugzilla/show_bug.cgi?id=15467 これらの関数は \fIerrno\fP を設定しない。 .SH バージョン これらの関数は glibc バージョン 2.1 で初めて登場した。 +.SH 属性 +.SS "マルチスレッディング (pthreads(7) 参照)" +関数 \fBsincos\fP(), \fBsincosf\fP(), \fBsincosl\fP() はスレッドセーフである。 .SH 準拠 この関数は GNU による拡張である。 .SH 関連項目 \fBcos\fP(3), \fBsin\fP(3), \fBtan\fP(3) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。