summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorgnezdo <gnezdo@cvs.openbsd.org>2020-08-02 04:24:46 +0000
committergnezdo <gnezdo@cvs.openbsd.org>2020-08-02 04:24:46 +0000
commit022ffcc23a5b1c5c542e5b571b62dffa45c1cdcc (patch)
tree86975e58550a58ec7e249c0b48510730faf3b759 /share/man
parent50617ee1a6ab1d941555113e61b76cd700a18426 (diff)
Catch up sysctl_int.9 to the updated signature
OK kn@, "fine" deraadt@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/sysctl_int.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/sysctl_int.9 b/share/man/man9/sysctl_int.9
index bc335aedd9c..bd68ec488ae 100644
--- a/share/man/man9/sysctl_int.9
+++ b/share/man/man9/sysctl_int.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl_int.9,v 1.6 2018/01/12 04:36:45 deraadt Exp $
+.\" $OpenBSD: sysctl_int.9,v 1.7 2020/08/02 04:24:45 gnezdo Exp $
.\"
.\" Copyright (c) 2006 Michael Shalayeff
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 12 2018 $
+.Dd $Mdocdate: August 2 2020 $
.Dt SYSCTL_INT 9
.Os
.Sh NAME
@@ -36,7 +36,7 @@
.Ft int
.Fn sysctl_int "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen" "int *valp"
.Ft int
-.Fn sysctl_int_arr "int **valpp" "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen"
+.Fn sysctl_int_arr "int **valpp" "u_int valplen" "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen"
.Ft int
.Fn sysctl_quad "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen" "int64_t *valp"
.Ft int