OSDN Git Service

(split) LDP: Restore and add Copyrights for draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / pthread_sigmask.3
index 86376ec..466c748 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2009 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_SIGMASK 3 2011\-10\-16 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_SIGMASK 3 2012\-08\-03 Linux "Linux Programmer's Manual"
 .SH 名前
 pthread_sigmask \- 禁止するシグナルマスクの確認と変更を行う
 .SH 書式
@@ -89,7 +96,7 @@ $\fB kill \-TERM %1\fP
 static void *
 sig_thread(void *arg)
 {
-    sigset_t *set = (sigset_t *) arg;
+    sigset_t *set = arg;
     int s, sig;
 
     for (;;) {
@@ -128,9 +135,9 @@ main(int argc, char *argv[])
 }
 .fi
 .SH 関連項目
-\fBsigaction\fP(2), \fBsigpending\fP(2), \fBsigprocmask\fP(2)  \fBpthread_create\fP(3),
+\fBsigaction\fP(2), \fBsigpending\fP(2), \fBsigprocmask\fP(2), \fBpthread_create\fP(3),
 \fBpthread_kill\fP(3), \fBsigsetops\fP(3), \fBpthreads\fP(7), \fBsignal\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。