diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-05-09 15:05:48 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-05-09 15:05:48 +0000 |
commit | 11789de691aba67f83a874a3b9f9fad535af3e89 (patch) | |
tree | ce3c3e381a94df5620bc98fcfcd95fc6e55b3438 | |
parent | b77c0b72c75e07677875e4ba82bee0b4bae6711d (diff) |
Document KERN_PFSTATUS
-rw-r--r-- | lib/libc/sys/sysctl.2 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index bfac7e0f28b..91dab585947 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.26 2019/05/07 18:53:35 tedu Exp $ +.\" $OpenBSD: sysctl.2,v 1.27 2019/05/09 15:05:47 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: May 7 2019 $ +.Dd $Mdocdate: May 9 2019 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -463,6 +463,7 @@ information. .It Dv KERN_OSREV Ta "integer" Ta "no" .It Dv KERN_OSTYPE Ta "string" Ta "no" .It Dv KERN_OSVERSION Ta "string" Ta "no" +.It Dv KERN_PFSTATUS Ta "struct pf_status" Ta "no" .It Dv KERN_POOL_DEBUG Ta "integer" Ta "yes" .It Dv KERN_POSIX1 Ta "integer" Ta "no" .It Dv KERN_PROC Ta "struct kinfo_proc" Ta "no" @@ -721,6 +722,10 @@ The system revision number. The system type string. .It Dv KERN_OSVERSION Pq Va kern.osversion The kernel build version. +.It Dv KERN_PFSTATUS +The +.Vt struct pf_status +structure. .It Dv KERN_POOL_DEBUG Pq Va kern.pool_debug Modify the memory pool debug level. Valid values are: |