OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / tmpnam.3
index 99eb3db..9515d0e 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 1999 Andries Brouwer (aeb@cwi.nl)
 .\"
+.\" %%%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
 .\"
 .\" 2003-11-15, aeb, added tmpnam_r
 .\"
@@ -27,7 +29,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH TMPNAM 3 2010\-09\-10 "" "Linux Programmer's Manual"
+.TH TMPNAM 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 tmpnam, tmpnam_r \- 一時ファイルの名前を作成する
 .SH 書式
@@ -49,6 +51,12 @@ tmpnam, tmpnam_r \- 一時ファイルの名前を作成する
 \fBtmpnam\fP()  関数は一意な一時ファイル名へのポインタを返す。 一意なファイル名が作成できなかった場合は NULL を返す。
 .SH エラー
 エラーは定義されていない。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+The \fBtmpnam\fP()  function is thread\-safe with exceptions.  It is not
+thread\-safe if called with a NULL parameter.
+.LP
+The \fBtmpnam_r\fP()  function is thread\-safe.
 .SH 準拠
 SVr4, 4.3BSD, C89, C99, POSIX.1\-2001.  POSIX.1\-2008 は \fBtmpnam\fP()
 を廃止予定としている。
@@ -86,6 +94,6 @@ tmpnam_r(char *s)
 .SH 関連項目
 \fBmkstemp\fP(3), \fBmktemp\fP(3), \fBtempnam\fP(3), \fBtmpfile\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。