OSDN Git Service

(split) LDP: Update release pages based on LDP 3.54 release
[linuxjm/LDP_man-pages.git] / release / man3 / sigsetops.3
index ac81d20..0a80a4f 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 1994 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.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified by aeb, 960721
 .\" 2005-11-21, mtk, added descriptions of sigisemptyset(), sigandset(),
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH SIGSETOPS 3 2008\-09\-01 Linux "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1998 HANATAKA Shinya
+.\"         all rights reserved.
+.\" Translated 1998-05-24, HANATAKA Shinya <hanataka@abyss.rim.or.jp>
+.\" Updated 2005-12-05, Akihiro MOTOKI, Catch up to LDP man-pages 2.16
+.\" Updated 2008-02-09, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.77
+.\"
+.TH SIGSETOPS 3 2013\-04\-19 Linux "Linux Programmer's Manual"
 .SH 名前
 sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX シグナル集合の操作
 .SH 書式
@@ -78,8 +87,8 @@ _POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _POSIX_SOURCE
 \fBsigemptyset\fP(), \fBsigfillset\fP(), \fBsigaddset\fP(), \fBsigdelset\fP()  は成功すれば 0
 を、エラーの場合は \-1 を返す。
 .PP
-\fBsigismember\fP()  ã\81¯ \fIsignum\fP ã\81\8c \fIset\fP ã\81«å\90«ã\81¾ã\82\8cã\81¦ã\81\84ã\82\8cã\81° 1 ã\82\92è¿\94ã\81\97ã\80\81å\90«ã\81¾ã\82\8cã\81¦ã\81\84ã\81ªã\81\91ã\82\8cã\81° 0 ã\82\92è¿\94ã\81\99ã\80\82
-エラーの場合は \-1 を返す
+\fBsigismember\fP()  ã\81¯ \fIsignum\fP ã\81\8c \fIset\fP ã\81®ã\83¡ã\83³ã\83\90ã\81®å ´å\90\88 1 ã\82\92è¿\94ã\81\97ã\80\81ã\83¡ã\83³ã\83\90ã\81§ã\81ªã\81\84å ´å\90\88 0 ã\82\92è¿\94ã\81\99ã\80\82 ã\82¨ã\83©ã\83¼ã\81®å ´å\90\88ã\81¯
+\-1 を返し、 \fIerrno\fP にエラーの原因を示す値を設定する
 .SH エラー
 .TP 
 \fBEINVAL\fP
@@ -106,3 +115,7 @@ POSIX.1\-2001.
 である。
 .SH 関連項目
 \fBsigaction\fP(2), \fBsigpending\fP(2), \fBsigprocmask\fP(2), \fBsigsuspend\fP(2)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。