From a7c04707beab907628073e707437c06059b9d5cd Mon Sep 17 00:00:00 2001 From: tedu Date: Mon, 22 Dec 2014 03:33:18 +0000 Subject: [PATCH] fix docs for NOBROADCASTKILL --- lib/libc/gen/sysctl.3 | 10 +++++----- 1 file 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 -- 2.20.1