fix docs for NOBROADCASTKILL
authortedu <tedu@openbsd.org>
Mon, 22 Dec 2014 03:33:18 +0000 (03:33 +0000)
committertedu <tedu@openbsd.org>
Mon, 22 Dec 2014 03:33:18 +0000 (03:33 +0000)
lib/libc/gen/sysctl.3

index f506f10..a691b83 100644 (file)
@@ -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