diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-10-10 11:37:41 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-10-10 11:37:41 +0000 |
| commit | 5c35171af327f64b174b16c3123c50472def501b (patch) | |
| tree | 4f29c582d8880fbbe9d60ad75e52e8a6f3ab3297 | |
| parent | 6e4da6de205dd772ef5acc6165c5782b63afb227 (diff) | |
Notes
| -rw-r--r-- | lib/libc/compat-43/killpg.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/killpg.2 b/lib/libc/compat-43/killpg.2 index fe78a9670fdb..d55e4aec903a 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 |
