X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman2%2Fsigpending.2;h=b69eb9e1eecc7b94f3d9081bfb67f1436a1d8ae4;hb=4fe824747c7faf385ebddbeea1a89602416484c3;hp=458338838f85f4ea36ed10967be34137b413f07c;hpb=1d98b26905be2ad5ba08a94d65f57d872bae4f85;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man2/sigpending.2 b/draft/man2/sigpending.2 index 45833883..b69eb9e1 100644 --- a/draft/man2/sigpending.2 +++ b/draft/man2/sigpending.2 @@ -2,6 +2,7 @@ .\" based on earlier work by faith@cs.unc.edu and .\" Mike Battersby .\" +.\" %%%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. @@ -21,6 +22,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" @@ -29,7 +31,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH SIGPENDING 2 2008\-10\-04 Linux "Linux Programmer's Manual" +.TH SIGPENDING 2 2013\-04\-19 Linux "Linux Programmer's Manual" .SH 名前 sigpending \- 処理待ちのシグナルの検査 .SH 書式 @@ -50,7 +52,7 @@ _POSIX_SOURCE \fBsigpending\fP() は、呼び出し元のスレッドへの配送を待っている (pending) シグナル集合 (すなわち、禁止中に発生したシグナル) を返す。 処理待ちのシグナルのマスクが \fIset\fP に格納される。 .SH 返り値 -\fBsigpending\fP() は成功すれば 0 を返し、エラーならば \-1 を返す。 +\fBsigpending\fP() は成功した場合 0 を返す。 エラーの場合、 \-1 を返し、\fIerrno\fP にエラーの原因を示す値を設定する。 .SH エラー .TP \fBEFAULT\fP @@ -71,3 +73,7 @@ POSIX.1\-2001. .SH 関連項目 \fBkill\fP(2), \fBsigaction\fP(2), \fBsignal\fP(2), \fBsigprocmask\fP(2), \fBsigsuspend\fP(2), \fBsigsetops\fP(3), \fBsignal\fP(7) +.SH この文書について +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 +である。プロジェクトの説明とバグ報告に関する情報は +http://www.kernel.org/doc/man\-pages/ に書かれている。