OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / sigsetops.3
index 9d8f64c..0ee53cc 100644 (file)
@@ -80,9 +80,8 @@ _POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _POSIX_SOURCE
 \fBsigemptyset\fP(), \fBsigfillset\fP(), \fBsigaddset\fP(), \fBsigdelset\fP()  は成功すれば 0
 を、エラーの場合は \-1 を返す。
 .PP
-\fBsigismember\fP()  returns 1 if \fIsignum\fP is a member of \fIset\fP, 0 if
-\fIsignum\fP is not a member, and \-1 on error.  On error, these functions set
-\fIerrno\fP to indicate the cause.
+\fBsigismember\fP()  は \fIsignum\fP が \fIset\fP のメンバの場合 1 を返し、メンバでない場合 0 を返す。 エラーの場合は
+\-1 を返し、 \fIerrno\fP にエラーの原因を示す値を設定する。
 .SH エラー
 .TP 
 \fBEINVAL\fP