aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sigset.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigset.3')
-rw-r--r--man3/sigset.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/sigset.3 b/man3/sigset.3
index 817fc2c22a..b8dc6a9503 100644
--- a/man3/sigset.3
+++ b/man3/sigset.3
@@ -52,16 +52,16 @@ The
argument can be the address of a signal handler function,
or one of the following constants:
.TP
-.BR SIG_DFL
+.B SIG_DFL
Reset the disposition of
.I sig
to the default.
.TP
-.BR SIG_IGN
+.B SIG_IGN
Ignore
.IR sig .
.TP
-.BR SIG_HOLD
+.B SIG_HOLD
Add
.I sig
to the process's signal mask, but leave the disposition of
@@ -228,7 +228,7 @@ always returns
.BR SIG_HOLD .
Instead, it should return the previous disposition of the signal
(unless the signal was blocked, in which case
-.BR SIG_HOLD
+.B SIG_HOLD
should be returned).
Second, if the signal is currently blocked, then
the return value of a successful