aboutsummaryrefslogtreecommitdiffstats
path: root/man7/nptl.7
diff options
Diffstat (limited to 'man7/nptl.7')
-rw-r--r--man7/nptl.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/nptl.7 b/man7/nptl.7
index 784a550708..240684e637 100644
--- a/man7/nptl.7
+++ b/man7/nptl.7
@@ -26,10 +26,10 @@ which might interfere with the operation of the NPTL implementation,
various glibc library functions and system call wrapper functions
attempt to hide these signals from applications,
as follows:
-.IP \(bu 3
+.IP \[bu] 3
.B SIGRTMIN
is defined with the value 34 (rather than 32).
-.IP \(bu
+.IP \[bu]
The
.BR sigwaitinfo (2),
.BR sigtimedwait (2),
@@ -37,13 +37,13 @@ and
.BR sigwait (3)
interfaces silently ignore requests to wait for these two signals
if they are specified in the signal set argument of these calls.
-.IP \(bu
+.IP \[bu]
The
.BR sigprocmask (2)
and
.BR pthread_sigmask (3)
interfaces silently ignore attempts to block these two signals.
-.IP \(bu
+.IP \[bu]
The
.BR sigaction (2),
.BR pthread_kill (3),
@@ -52,7 +52,7 @@ and
interfaces fail with the error
.B EINVAL
(indicating an invalid signal number) if these signals are specified.
-.IP \(bu
+.IP \[bu]
.BR sigfillset (3)
does not include these two signals when it creates a full signal set.
.\"