summaryrefslogtreecommitdiff
path: root/man2/sigprocmask.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 22:24:54 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 22:24:54 +0000
commitd1b4e37d4160294713c444ed07b2209bc71cf212 (patch)
tree9eeecc68697d9ee8ef990d2bca20ca82bcb6cdf4 /man2/sigprocmask.2
parentca62583fcf153a76139efa39c200c54d1d2d6da3 (diff)
ffix
Diffstat (limited to 'man2/sigprocmask.2')
-rw-r--r--man2/sigprocmask.22
1 files changed, 0 insertions, 2 deletions
diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2
index 5cc8684f7..69222c4b8 100644
--- a/man2/sigprocmask.2
+++ b/man2/sigprocmask.2
@@ -38,7 +38,6 @@ is used to change the signal mask, the set of currently blocked signals.
The behavior of the call is dependent on the value of
.IR how ,
as follows.
-.RS
.TP
.B SIG_BLOCK
The set of blocked signals is the union of the current set and the
@@ -54,7 +53,6 @@ It is legal to attempt to unblock a signal which is not blocked.
.B SIG_SETMASK
The set of blocked signals is set to the argument
.IR set .
-.RE
.PP
If
.I oldset