summaryrefslogtreecommitdiffstats
path: root/man3/pthread_kill.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_kill.3')
-rw-r--r--man3/pthread_kill.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/pthread_kill.3 b/man3/pthread_kill.3
index 5f158293e..febf9182f 100644
--- a/man3/pthread_kill.3
+++ b/man3/pthread_kill.3
@@ -19,7 +19,7 @@ POSIX threads library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR pthread_kill ():
@@ -51,7 +51,7 @@ on error, it returns an error number, and no signal is sent.
An invalid signal was specified.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -71,7 +71,7 @@ gives an error
on attempts to send either of the real-time signals
used internally by the NPTL threading implementation.
See
-.BR nptl (7)
+.MR nptl 7
for details.
.P
POSIX.1-2008 recommends that if an implementation detects the use
@@ -98,11 +98,11 @@ the handler will be invoked in the thread
but if the disposition of the signal is "stop", "continue", or "terminate",
this action will affect the whole process.
.SH SEE ALSO
-.BR kill (2),
-.BR sigaction (2),
-.BR sigpending (2),
-.BR pthread_self (3),
-.BR pthread_sigmask (3),
-.BR raise (3),
-.BR pthreads (7),
-.BR signal (7)
+.MR kill 2 ,
+.MR sigaction 2 ,
+.MR sigpending 2 ,
+.MR pthread_self 3 ,
+.MR pthread_sigmask 3 ,
+.MR raise 3 ,
+.MR pthreads 7 ,
+.MR signal 7