wfix + remove FIXME

This commit is contained in:
Michael Kerrisk 2008-07-03 09:23:02 +00:00
parent 6f65dd8529
commit 8018ea0925
1 changed files with 2 additions and 4 deletions

View File

@ -33,8 +33,8 @@ sigwait \- wait for a signal
.SH DESCRIPTION
The
.BR sigwait ()
suspends execution of the calling thread until the delivery of one
of the signals specified in the signal set
function suspends execution of the calling thread until the
delivery of one of the signals specified in the signal set
.IR set .
The function accepts the signal
(removes it from the pending list of signals),
@ -71,8 +71,6 @@ POSIX.1-2001.
is implemented using
.BR sigtimedwait (2).
.SH SEE ALSO
.\" FIXME(mtk) add SEE ALSO references in signal.7, sigwaitinfo.2,
.\" signalfd.2, sigsuspend.2
.BR sigaction (2),
.BR signalfd (2),
.BR sigpending (2),