aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/sysctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/sysctl.2')
-rw-r--r--man/man2/sysctl.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/sysctl.2 b/man/man2/sysctl.2
index 090c99fc0b..a7f9c888f6 100644
--- a/man/man2/sysctl.2
+++ b/man/man2/sysctl.2
@@ -32,7 +32,7 @@ The argument has the form
.EX
struct __sysctl_args {
int *name; /* integer vector describing variable */
- int nlen; /* length of this vector */
+ int nlen; /* number of elements of this vector */
void *oldval; /* 0 or address where to store old value */
size_t *oldlenp; /* available room for old value,
overwritten by actual size of old value */