summaryrefslogtreecommitdiffstats
path: root/man2/kill.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/kill.2')
-rw-r--r--man2/kill.228
1 files changed, 14 insertions, 14 deletions
diff --git a/man2/kill.2 b/man2/kill.2
index 16500fba2..34d058c64 100644
--- a/man2/kill.2
+++ b/man2/kill.2
@@ -36,7 +36,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR kill ():
@@ -97,7 +97,7 @@ The target process or process group does not exist.
Note that an existing process might be a zombie,
a process that has terminated execution, but
has not yet been
-.BR wait (2)ed
+.MR wait 2 ed
for.
.SH STANDARDS
POSIX.1-2008.
@@ -136,7 +136,7 @@ POSIX.1 requires that if a process sends a signal to itself,
and the sending thread does not have the signal blocked,
and no other thread
has it unblocked or is waiting for it in
-.BR sigwait (3),
+.MR sigwait 3 ,
at least one
unblocked signal must be delivered to the sending thread before the
.BR kill ()
@@ -152,14 +152,14 @@ than \fIall\fP) of the members of the process group.
Notwithstanding this error return, the signal was still delivered
to all of the processes for which the caller had permission to signal.
.SH SEE ALSO
-.BR kill (1),
-.BR _exit (2),
-.BR pidfd_send_signal (2),
-.BR signal (2),
-.BR tkill (2),
-.BR exit (3),
-.BR killpg (3),
-.BR sigqueue (3),
-.BR capabilities (7),
-.BR credentials (7),
-.BR signal (7)
+.MR kill 1 ,
+.MR _exit 2 ,
+.MR pidfd_send_signal 2 ,
+.MR signal 2 ,
+.MR tkill 2 ,
+.MR exit 3 ,
+.MR killpg 3 ,
+.MR sigqueue 3 ,
+.MR capabilities 7 ,
+.MR credentials 7 ,
+.MR signal 7