OSDN Git Service

(split) LDP: Update draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / fcloseall.3
index 0f06718..6fd3167 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2006 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FCLOSEALL 3 2006\-12\-27 GNU "Linux Programmer's Manual"
+.TH FCLOSEALL 3 2013\-06\-21 GNU "Linux Programmer's Manual"
 .SH 名前
 fcloseall \- 開いているすべてのストリームを閉じる
 .SH 書式
@@ -43,7 +44,14 @@ fcloseall \- 開いているすべてのストリームを閉じる
 標準入出力 \fIstdin\fP, \fIstdout\fP, \fIstderr\fP も閉じられる。
 .SH 返り値
 この関数は、すべてのファイルが正常に閉じられた場合 0 を返す。 エラーの場合、 \fBEOF\fP を返す。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBfcloseall\fP() 関数はストリームのロックを行わない。そのため、スレッドセーフではない。
 .SH 準拠
 この関数は GNU 拡張である。
 .SH 関連項目
 \fBclose\fP(2), \fBfclose\fP(3), \fBfflush\fP(3), \fBfopen\fP(3), \fBsetbuf\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。