summaryrefslogtreecommitdiffstats
path: root/man3/pthread_kill_other_threads_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_kill_other_threads_np.3')
-rw-r--r--man3/pthread_kill_other_threads_np.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/pthread_kill_other_threads_np.3 b/man3/pthread_kill_other_threads_np.3
index 4689000b6..d70a89cd9 100644
--- a/man3/pthread_kill_other_threads_np.3
+++ b/man3/pthread_kill_other_threads_np.3
@@ -28,7 +28,7 @@ to-be-terminated threads are ignored,
and the cleanup handlers are not called in those threads.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -46,7 +46,7 @@ In the NPTL threading implementation,
exists, but does nothing.
(Nothing needs to be done,
because the implementation does the right thing during an
-.BR execve (2).)
+.MR execve 2 .)
.SH STANDARDS
GNU;
hence the suffix "_np" (nonportable) in the name.
@@ -55,15 +55,15 @@ glibc 2.0
.SH NOTES
.BR pthread_kill_other_threads_np ()
is intended to be called just before a thread calls
-.BR execve (2)
+.MR execve 2
or a similar function.
This function is designed to address a limitation in the obsolete
LinuxThreads implementation whereby the other threads of an application
are not automatically terminated (as POSIX.1-2001 requires) during
-.BR execve (2).
+.MR execve 2 .
.SH SEE ALSO
-.BR execve (2),
-.BR pthread_cancel (3),
-.BR pthread_setcancelstate (3),
-.BR pthread_setcanceltype (3),
-.BR pthreads (7)
+.MR execve 2 ,
+.MR pthread_cancel 3 ,
+.MR pthread_setcancelstate 3 ,
+.MR pthread_setcanceltype 3 ,
+.MR pthreads 7