summaryrefslogtreecommitdiff
path: root/man2/sgetmask.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-26 02:34:01 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-26 02:34:01 +0000
commit0fa2491f1e6ab82fccf9b2d9c54e79ddb3ab34ca (patch)
treeb2e89a14b5fdab5a01b94738801d775bdcda6e27 /man2/sgetmask.2
parentc58418c9122be9144d5a94f6f5f9b34c4dc901bc (diff)
Minor fixes
Diffstat (limited to 'man2/sgetmask.2')
-rw-r--r--man2/sgetmask.210
1 files changed, 4 insertions, 6 deletions
diff --git a/man2/sgetmask.2 b/man2/sgetmask.2
index 8b176a08c..7b7efeea5 100644
--- a/man2/sgetmask.2
+++ b/man2/sgetmask.2
@@ -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