summaryrefslogtreecommitdiffstats
path: root/man2/tkill.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/tkill.2')
-rw-r--r--man2/tkill.216
1 files changed, 8 insertions, 8 deletions
diff --git a/man2/tkill.2 b/man2/tkill.2
index 9bbf722fe..edb6f7049 100644
--- a/man2/tkill.2
+++ b/man2/tkill.2
@@ -29,7 +29,7 @@ Standard C library
glibc provides no wrapper for
.BR tkill (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
.BR tgkill ()
sends the signal
@@ -39,7 +39,7 @@ to the thread with the thread ID
in the thread group
.IR tgid .
(By contrast,
-.BR kill (2)
+.MR kill 2
can be used to send a signal only to a process (i.e., thread group)
as a whole, and the signal will be delivered to an arbitrary
thread within that process.)
@@ -103,7 +103,7 @@ An invalid thread ID, thread group ID, or signal was specified.
.B EPERM
Permission denied.
For the required permissions, see
-.BR kill (2).
+.MR kill 2 .
.TP
.B ESRCH
No process with the specified thread ID (and thread group ID) exists.
@@ -121,10 +121,10 @@ glibc 2.30.
See the description of
.B CLONE_THREAD
in
-.BR clone (2)
+.MR clone 2
for an explanation of thread groups.
.SH SEE ALSO
-.BR clone (2),
-.BR gettid (2),
-.BR kill (2),
-.BR rt_sigqueueinfo (2)
+.MR clone 2 ,
+.MR gettid 2 ,
+.MR kill 2 ,
+.MR rt_sigqueueinfo 2