diff options
Diffstat (limited to 'lib/libc/gen/sysconf.3')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index dd4e427..4bc1fd9 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -63,7 +63,7 @@ Symbolic constants for each name value are found in the include file .Pp The available values are as follows: .Pp -.Bl -tag -width "123456" +.Bl -tag -width 6n .Pp .It Li _SC_ARG_MAX The maximum bytes of argument to @@ -170,6 +170,7 @@ In addition, the following error may be reported: The value of the .Fa name argument is invalid. +.El .Sh SEE ALSO .Xr sysctl 3 .Sh BUGS |