]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/execve.2
xnu-792.12.6.tar.gz
[apple/xnu.git] / bsd / man / man2 / execve.2
index c5c9838e611f1925f93879c7f443cb83c8d4ec11..f2bc9dd8cc25df0046e262c9fb08b36542ef5a45 100644 (file)
@@ -233,10 +233,10 @@ is allowed by the imposed maximum
 .It Bq Er E2BIG
 The number of bytes in the new process's argument list
 is larger than the system-imposed limit.
-The limit in the system as released is 20480 bytes
-.Pf ( Dv NCARGS
-in
-.Ao Pa sys/param.h Ac ) .
+This limit is specified by the
+.Xr sysctl 3
+MIB variable
+.Dv KERN_ARGMAX .
 .It Bq Er EFAULT
 The new process file is not as long as indicated by
 the size values in its header.