OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / pthread_sigqueue.3
index d38cee4..adc86f6 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2010 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_SIGQUEUE 3 2011\-09\-23 Linux "Linux Programmer's Manual"
+.TH PTHREAD_SIGQUEUE 3 2012\-08\-19 Linux "Linux Programmer's Manual"
 .SH 名前
 pthread_sigqueue \- スレッドに対するシグナルとデータをキューに入れる
 .SH 書式
@@ -45,10 +47,10 @@ glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参
 \fBpthread_sigqueue\fP(): _GNU_SOURCE
 .SH 説明
 \fBpthread_sigqueue\fP() 関数は \fBsigqueue\fP(3) と同様の処理を実行するが、
-別のプロセスにシグナルを送信するのではなく、呼び出したスレッドと
-同じプロセス内の他のスレッドにシグナルを送信する。
+プロセスにシグナルを送信するのではなく、呼び出したスレッドと
+同じプロセス内のスレッドにシグナルを送信する。
 
-\fIthread\fP 引き数は、呼び出し側と同じプロセスの別のスレッドの ID である。
+\fIthread\fP 引き数は、呼び出し側と同じプロセスのスレッドの ID である。
 \fIsig\fP 引き数は送信するシグナルを指定する。
 \fIvalue\fP 引き数はシグナルと一緒に渡すデータを指定する。
 詳細は \fBsigqueue\fP(3) を参照。
@@ -77,6 +79,6 @@ glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参
 \fBrt_tgsigqueueinfo\fP(2), \fBsigaction\fP(2), \fBpthread_sigmask\fP(3),
 \fBsigqueue\fP(3), \fBsigwait\fP(3), \fBpthreads\fP(7), \fBsignal\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。