diff options
author | 2000-04-05 17:40:28 +0000 | |
---|---|---|
committer | 2000-04-05 17:40:28 +0000 | |
commit | f241c7d08a89647499c41c17699b8c317d843188 (patch) | |
tree | d7db6344910f0924d35226a450d961f87b841f24 | |
parent | Fix bogus error message. Not a dir can mean *nothing* at all. (diff) | |
download | wireguard-openbsd-f241c7d08a89647499c41c17699b8c317d843188.tar.xz wireguard-openbsd-f241c7d08a89647499c41c17699b8c317d843188.zip |
Clarify _SC_ARG_MAX
-rw-r--r-- | lib/libc/gen/sysconf.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index ad432335843..f28af9554bd 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.11 1999/07/09 13:35:19 aaron Exp $ +.\" $OpenBSD: sysconf.3,v 1.12 2000/04/05 17:40:28 millert Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,8 +62,9 @@ The available values are as follows: .Bl -tag -width "123456" .Pp .It Li _SC_ARG_MAX -The maximum bytes of argument to -.Xr exec 2 . +The maximum bytes of arguments to +.Xr exec 2 +(including the environment). .It Li _SC_CHILD_MAX The maximum number of simultaneous processes per user id. .It Li _SC_CLK_TCK @@ -79,7 +80,7 @@ at any one time. The minimum maximum number of types supported for the name of a timezone. .It Li _SC_JOB_CONTROL -Return 1 if job control is available on this system, otherwise \-1. +Returns 1 if job control is available on this system, otherwise \-1. .It Li _SC_SAVED_IDS Returns 1 if saved set-group-ID and saved set-user-ID is available, otherwise \-1. |