OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / release / man3 / flockfile.3
index 450d3c4..43e6802 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2001 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.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FLOCKFILE 3 2008\-08\-29 "" "Linux Programmer's Manual"
+.TH FLOCKFILE 3 2013\-07\-23 "" "Linux Programmer's Manual"
 .SH 名前
 flockfile, ftrylockfile, funlockfile \- 標準入出力 FILE のロックを行う
 .SH 書式
@@ -78,6 +80,10 @@ _POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _BSD_SOURCE || _SVID_SOURCE
 \fBftrylockfile\fP()  関数はロックに成功すると 0 を返し、 失敗した場合は 0 以外の値を返す。
 .SH エラー
 なし。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+The \fBflockfile\fP(), \fBftrylockfile\fP(), and \fBfunlockfile\fP()  functions are
+thread\-safe.
 .SH 準拠
 POSIX.1\-2001.
 .SH 可用性
@@ -86,6 +92,6 @@ POSIX.1\-2001.
 .SH 関連項目
 \fBunlocked_stdio\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。