OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / modf.3
index 0560ce8..d36f662 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%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
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -33,7 +35,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH MODF 3 2010\-09\-20 "" "Linux Programmer's Manual"
+.TH MODF 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 modf, modff, modfl \- 浮動小数点実数から、符号付き整数と小数部分を取り出す関数
 .SH 書式
@@ -73,11 +75,14 @@ or \fIcc\ \-std=c99\fP
 \fIx\fP が正の無限大 (負の無限大) の場合、 +0 (\-0) が返され、 \fI*iptr\fP に正の無限大 (負の無限大) が設定される。
 .SH エラー
 エラーは発生しない。
+.SH ATTRIBUTES
+.SS "Multithreading (see pthreads(7))"
+The \fBmodf\fP(), \fBmodff\fP(), and \fBmodfl\fP()  functions are thread\-safe.
 .SH 準拠
 C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH 関連項目
 \fBfrexp\fP(3), \fBldexp\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。