OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / pthread_testcancel.3
index 96ea7d2..88dc5f4 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.
@@ -20,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
@@ -44,7 +46,7 @@ pthread_testcancel \- 処理待ちの取り消し要求の配送を要求する
 いるスレッドが取り消し要求に対応することができるようになる。
 
 (\fBpthread_setcancelstate\fP(3) を使って) キャンセルが無効になっている
-場合や処理待ちの取り消し要求がない場合は、\fBpthread_testcancel\fP(3) を
+場合や処理待ちの取り消し要求がない場合は、\fBpthread_testcancel\fP() を
 呼び出しても何の影響もない。
 .SH 返り値
 この関数は値を返さない。この関数の呼び出しの結果、呼び出したスレッドが
@@ -61,6 +63,6 @@ POSIX.1\-2001.
 \fBpthread_cancel\fP(3), \fBpthread_cleanup_push\fP(3),
 \fBpthread_setcancelstate\fP(3), \fBpthreads\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。