summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kill.2
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2003-10-24 21:20:26 +0000
committerkensmith <kensmith@FreeBSD.org>2003-10-24 21:20:26 +0000
commitc20f599a534a319873b5edfeef73a5f100a6add6 (patch)
treecf3701366f5646976539003a1110ecb195a25583 /lib/libc/sys/kill.2
parentabe50d83e61c4d36e816de10e1c6a1eae2a07df3 (diff)
downloadFreeBSD-src-c20f599a534a319873b5edfeef73a5f100a6add6.zip
FreeBSD-src-c20f599a534a319873b5edfeef73a5f100a6add6.tar.gz
- fix description of what processes SIGCONT can be sent to
PR: docs/58413 Reviewed by: rwatson Approved by: blackend (mentor)
Diffstat (limited to 'lib/libc/sys/kill.2')
-rw-r--r--lib/libc/sys/kill.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index b0a4fde..5164066 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -72,7 +72,7 @@ the real or effective user ID of the receiving process must match
that of the sending process or the user must have appropriate privileges
(such as given by a set-user-ID program or the user is the super-user).
A single exception is the signal SIGCONT, which may always be sent
-to any descendant of the current process.
+to any process with the same session ID as the caller.
.Bl -tag -width Ds
.It \&If Fa pid No \&is greater than zero :
The
OpenPOWER on IntegriCloud