summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-10-10 11:37:41 +0000
committermaxim <maxim@FreeBSD.org>2006-10-10 11:37:41 +0000
commitf4bd36942d0731fdc057066a4c4204e8c2686f46 (patch)
tree4f29c582d8880fbbe9d60ad75e52e8a6f3ab3297 /lib
parentf2196eb28d05443eb647ff47556d3efbcb071ccf (diff)
downloadFreeBSD-src-f4bd36942d0731fdc057066a4c4204e8c2686f46.zip
FreeBSD-src-f4bd36942d0731fdc057066a4c4204e8c2686f46.tar.gz
o From kern_prot.c::p_cansignal():
UNIX signalling semantics require that processes in the same session always be able to deliver SIGCONT to one another, overriding the remaining protections. Fix SIGCONT special case description similar to rev. 1.22 kill.2. PR: docs/58710 Submitted by: Ryan Younce MFC after: 2 weeks
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/compat-43/killpg.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/killpg.2 b/lib/libc/compat-43/killpg.2
index fe78a96..d55e4ae 100644
--- a/lib/libc/compat-43/killpg.2
+++ b/lib/libc/compat-43/killpg.2
@@ -32,7 +32,7 @@
.\" @(#)killpg.2 8.1 (Berkeley) 6/2/93
.\" $FreeBSD$
.\"
-.Dd June 2, 1993
+.Dd October 10, 2006
.Dt KILLPG 2
.Os
.Sh NAME
@@ -66,7 +66,7 @@ The sending process and members of the process group must
have the same effective user ID, or
the sender must be the super-user.
As a single special case the continue signal SIGCONT may be sent
-to any process that is a descendant of the current process.
+to any process with the same session ID as the caller.
.Sh RETURN VALUES
.Rv -std killpg
.Sh ERRORS
OpenPOWER on IntegriCloud