Hi Jason,

Does this look OK to you?

diff --git a/share/man/man9/sysctl_int.9 b/share/man/man9/sysctl_int.9
index bc335aedd9c..e6b37391a0a 100644
--- a/share/man/man9/sysctl_int.9
+++ b/share/man/man9/sysctl_int.9
@@ -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

Thanks
Greg
-- 
nest.cx is Gmail hosted, use PGP: https://pgp.key-server.io/0x0B1542BD8DF5A1B0
Fingerprint: 5E2B 2D0E 1E03 2046 BEC3  4D50 0B15 42BD 8DF5 A1B0

Reply via email to