OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / release / man3 / sigsetops.3
index 1ca43a3..f6b768d 100644 (file)
@@ -110,9 +110,8 @@ POSIX.1\-2001.
 
 \fBsigisemptyset\fP() は \fIset\fP にシグナルが一つも含まれていなければ 1 を返し、 それ以外は 0 を返す。
 
-\fBsigorset\fP()  places the union of the sets \fIleft\fP and \fIright\fP in
-\fIdest\fP.  \fBsigandset\fP()  places the intersection of the sets \fIleft\fP and
-\fIright\fP in \fIdest\fP.  Both functions return 0 on success, and \-1 on failure.
+\fBsigorset\fP() は集合 \fIleft\fP と \fIright\fP の和集合を \fIdest\fP に設定する。 \fBsigandset\fP() は集合
+\fIleft\fP と \fIright\fP の積集合を \fIdest\fP に設定する。 どちらの関数も成功すると 0 を返し、失敗時には \-1 を返す。
 .PP
 これらの関数は非標準であり、(他にも同様の関数を提供しているシステムも いくつかはあるが) 移植性を考慮したアプリケーションでは使用を避けるべき
 である。