summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-22 03:33:19 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-22 03:33:19 +0000
commit6d52f0c2197328e902a6e5fc2a409b01e05542b8 (patch)
tree70ef0670cf0d46978cb686e3b8b014b7e1654760 /lib
parent4a082f9e9407b3d029907535672bf9ebc4842d5a (diff)
fix docs for NOBROADCASTKILL
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index f506f100667..a691b835fc4 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.245 2014/12/12 07:46:24 tedu Exp $
+.\" $OpenBSD: sysctl.3,v 1.246 2014/12/22 03:33:18 tedu 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: December 12 2014 $
+.Dd $Mdocdate: December 22 2014 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -394,7 +394,7 @@ The types of data currently available are process information,
system vnodes, the open file entries, routing table entries,
virtual memory statistics, load average history, and clock rate
information.
-.Bl -column "KERN_PROC_NOBROADKILL" "u_int64_t[CPUSTATES]" "no" -offset indent
+.Bl -column "KERN_PROC_NOBROADCASTKILL" "u_int64_t[CPUSTATES]" "no" -offset indent
.It Sy "Second level name" Ta Sy "Type" Ta Sy "Changeable"
.It Dv KERN_ARGMAX Ta "integer" Ta "no"
.It Dv KERN_ARND Ta "char[]" Ta "no"
@@ -443,7 +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_PROC_NOBROADCASTKILL Ta "node" Ta "not applicable"
.It Dv KERN_PROC_VMMAP Ta "struct kinfo_vmentry" Ta "no"
.It Dv KERN_PROF Ta "node" Ta "not applicable"
.It Dv KERN_RAWPARTITION Ta "integer" Ta "no"
@@ -743,7 +743,7 @@ 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
+.It Dv KERN_PROC_NOBROADCASTKILL
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_PROC_VMMAP