From: claudio Date: Sun, 13 Jul 2014 17:47:03 +0000 (+0000) Subject: Document KERN_PROC_NOBROADKILL X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=197f0287944b43587261fbba5159f5893f828a10;p=openbsd Document KERN_PROC_NOBROADKILL --- diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a5f870d3d89..d06fcf8fa56 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.239 2014/07/12 17:26:20 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.240 2014/07/13 17:47:03 claudio Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 12 2014 $ +.Dd $Mdocdate: July 13 2014 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -443,6 +443,7 @@ information. .It Dv KERN_PROC Ta "struct kinfo_proc" Ta "no" .It Dv KERN_PROC_ARGS Ta "node" Ta "not applicable" .It Dv KERN_PROC_CWD Ta "string" Ta "not applicable" +.It Dv KERN_PROC_NOBROADKILL Ta "string" Ta "not applicable" .It Dv KERN_PROF Ta "node" Ta "not applicable" .It Dv KERN_RAWPARTITION Ta "integer" Ta "no" .It Dv KERN_RND Ta "struct rndstats" Ta "no" @@ -743,6 +744,9 @@ pointer. Return the current working directory of a process. The third level name is the target process ID. A NUL-terminated string is returned. +.It Dv KERN_PROC_NOBROADKILL +When set, a process will no longer be signaled when sending broadcast signals. +The third level name is the target process ID. .It Dv KERN_PROF Return profiling information about the kernel. If the kernel is not compiled for profiling,