summaryrefslogtreecommitdiffstats
path: root/man3/killpg.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/killpg.3')
-rw-r--r--man3/killpg.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/killpg.3 b/man3/killpg.3
index bec05d8be..a1e125611 100644
--- a/man3/killpg.3
+++ b/man3/killpg.3
@@ -26,7 +26,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 killpg ():
@@ -43,7 +43,7 @@ sends the signal
to the process group
.IR pgrp .
See
-.BR signal (7)
+.MR signal 7
for a list of signals.
.P
If
@@ -56,7 +56,7 @@ sends the signal to the calling process's process group.
is less than or equal to 1, the behavior is undefined.)
.P
For the permissions required to send a signal to another process, see
-.BR kill (2).
+.MR kill 2 .
.SH RETURN VALUE
On success, zero is returned.
On error, \-1 is returned, and
@@ -72,7 +72,7 @@ is not a valid signal number.
The process does not have permission to send the signal
to any of the target processes.
For the required permissions, see
-.BR kill (2).
+.MR kill 2 .
.TP
.B ESRCH
No process can be found in the process group specified by
@@ -85,7 +85,7 @@ have a process group.
There are various differences between the permission checking
in BSD-type systems and System\ V-type systems.
See the POSIX rationale for
-.BR kill (3p).
+.MR kill 3p .
A difference not mentioned by POSIX concerns the return
value
.BR EPERM :
@@ -106,8 +106,8 @@ POSIX.1-2008.
POSIX.1-2001, SVr4, 4.4BSD
(first appeared in 4BSD).
.SH SEE ALSO
-.BR getpgrp (2),
-.BR kill (2),
-.BR signal (2),
-.BR capabilities (7),
-.BR credentials (7)
+.MR getpgrp 2 ,
+.MR kill 2 ,
+.MR signal 2 ,
+.MR capabilities 7 ,
+.MR credentials 7