OSDN Git Service

[JM:01064] Fix sysconf.3 return value
[linuxjm/LDP_man-pages.git] / release / man3 / pthread_exit.3
index dd1b512..ae0753f 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2008 Linux Foundation, written 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_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH PTHREAD_EXIT 3 2009\-03\-30 Linux "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2012  Akihiro MOTOKI
+.\"         all rights reserved.
+.\" Translated 2012-05-04, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
+.TH PTHREAD_EXIT 3 2014\-05\-23 Linux "Linux Programmer's Manual"
 .SH 名前
 pthread_exit \- 呼び出したスレッドを終了する
 .SH 書式
@@ -62,6 +69,9 @@ pthread_exit \- 呼び出したスレッドを終了する
 この関数は呼び出し側には返らない。
 .SH エラー
 この関数は常に成功する。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBpthread_exit\fP() 関数はスレッドセーフである。
 .SH 準拠
 POSIX.1\-2001.
 .SH 注意
@@ -90,6 +100,6 @@ POSIX.1\-2001.
 .SH 関連項目
 \fBpthread_create\fP(3), \fBpthread_join\fP(3), \fBpthreads\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.76 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。