From f241c7d08a89647499c41c17699b8c317d843188 Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 5 Apr 2000 17:40:28 +0000 Subject: [PATCH] Clarify _SC_ARG_MAX --- lib/libc/gen/sysconf.3 | 9 +++++---- 1 file 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. -- 2.20.1