Minor fixes

This commit is contained in:
Michael Kerrisk 2007-06-26 02:34:01 +00:00
parent c58418c912
commit 0fa2491f1e
1 changed files with 4 additions and 6 deletions

View File

@ -36,8 +36,7 @@ instead.
returns the signal mask of the calling process.
.BR ssetmask ()
sets the
signal mask of the calling process to the value given in
sets the signal mask of the calling process to the value given in
.IR newmask .
The previous signal mask is returned.
@ -46,9 +45,9 @@ are plain bit masks (unlike the
.I sigset_t
used by
.BR sigprocmask (2));
use the
use
.BR sigmask (3)
function to create and inspect these masks.
to create and inspect these masks.
.SH RETURN VALUE
.BR sgetmask ()
always successfully returns the signal mask.
@ -70,6 +69,5 @@ It is not possible to block
or
.BR SIGKILL .
.SH SEE ALSO
.BR sigprocmask (7),
.BR sigprocmask (2),
.BR signal (7)
.\" Add see also from signal.7