aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.76
1 files changed, 5 insertions, 1 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index cb945cfbb6..51c4b16db2 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -146,7 +146,11 @@ This thread handles thread creation and termination.
.IP \- 3
Signals are used internally by the implementation.
On Linux 2.2 and later, the first three real-time signals are used.
-On older Linux kernels, SIGUSR1 and SIGUSR2 are used.
+On older Linux kernels,
+.B SIGUSR1
+and
+.B SIGUSR2
+are used.
Applications must avoid the use of whichever set of signals is
employed by the implementation.
.IP \- 3