OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man3 / fflush.3
index b6f1932..d946450 100644 (file)
@@ -5,6 +5,7 @@
 .\" Chris Torek and the American National Standards Committee X3,
 .\" on Information Processing Systems.
 .\"
+.\" %%%LICENSE_START(BSD_4_CLAUSE_UCB)
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -32,6 +33,7 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
+.\" %%%LICENSE_END
 .\"
 .\"     @(#)fflush.3   5.4 (Berkeley) 6/29/91
 .\"
@@ -45,7 +47,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FFLUSH 3 2009\-09\-06 GNU "Linux Programmer's Manual"
+.TH FFLUSH 3 2013\-07\-15 GNU "Linux Programmer's Manual"
 .SH 名前
 fflush \- ストリームの内容を強制的に出力(フラッシュ)する
 .SH 書式
@@ -70,6 +72,9 @@ fflush \- ストリームの内容を強制的に出力(フラッシュ)する
 .PP
 \fBfflush\fP()  関数は \fBwrite\fP(2)  に関して規定されているエラーで失敗することもある。 この場合 \fIerrno\fP
 もその値に設定される。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+The \fBfflush\fP()  function is thread\-safe.
 .SH 準拠
 C89, C99, POSIX.1\-2001, POSIX.1\-2008.
 
@@ -83,6 +88,6 @@ C89, C99, POSIX.1\-2001, POSIX.1\-2008.
 \fBfsync\fP(2), \fBsync\fP(2), \fBwrite\fP(2), \fBfclose\fP(3), \fBfopen\fP(3),
 \fBsetbuf\fP(3), \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/ に書かれている。