summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-10-11 12:37:09 +0000
committerjmc <jmc@openbsd.org>2006-10-11 12:37:09 +0000
commit04d0124676e74e75f02014e6628e40020abb42cb (patch)
treed026c9aa6b6b21b071cf893615253b06b2ebf765 /lib/libc/sys
parentSuggest to use xargs(1) and give an example; started by jmc, ok jmc@ (diff)
downloadwireguard-openbsd-04d0124676e74e75f02014e6628e40020abb42cb.tar.xz
wireguard-openbsd-04d0124676e74e75f02014e6628e40020abb42cb.zip
SIGCONT may be sent to any process with the same session ID as the caller,
not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kill.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index c507fa247d7..9a94675ec8a 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.2,v 1.15 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: kill.2,v 1.16 2006/10/11 12:37:09 jmc Exp $
.\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -67,7 +67,7 @@ that of the sending process or the user must have appropriate privileges
A single exception is the signal
.Dv 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 :
.Fa sig