NCARGS
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 15 May 1986 07:15:39 +0000 (23:15 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 15 May 1986 07:15:39 +0000 (23:15 -0800)
SCCS-vsn: lib/libc/sys/execve.2 6.6

usr/src/lib/libc/sys/execve.2

index 272eb3b..d05c1cb 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)execve.2    6.5 (Berkeley) %G%
+.\"    @(#)execve.2    6.6 (Berkeley) %G%
 .\"
 .TH EXECVE 2 ""
 .UC 4
 .\"
 .TH EXECVE 2 ""
 .UC 4
@@ -188,7 +188,10 @@ is allowed by the imposed maximum
 .TP 15
 [E2BIG]
 The number of bytes in the new process's argument list
 .TP 15
 [E2BIG]
 The number of bytes in the new process's argument list
-is larger than the system-imposed limit of {ARG_MAX} bytes.
+is larger than the system-imposed limit.
+The limit in the system as released is 20480 bytes
+(NCARGS in
+.IR <sys/param.h> .
 .TP 15
 [EFAULT]
 The new process file is not as long as indicated by
 .TP 15
 [EFAULT]
 The new process file is not as long as indicated by