summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-08-15 21:04:29 +0000
committermpp <mpp@FreeBSD.org>1996-08-15 21:04:29 +0000
commit950ac9c81002ff25c73ffe17977bc160127616f7 (patch)
treeb680551238840ba8ea1bffcb76a8cb7cbfc13d06 /lib
parent376d1d94715e24428dcea379913554a8d5ab5c7a (diff)
downloadFreeBSD-src-950ac9c81002ff25c73ffe17977bc160127616f7.zip
FreeBSD-src-950ac9c81002ff25c73ffe17977bc160127616f7.tar.gz
NCARGS is defined as 65536 in the released system, not 20480.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/execve.22
-rw-r--r--lib/libc/sys/intro.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 4db2618..efa8d01 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -241,7 +241,7 @@ 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
+The limit in the system as released is 65536 bytes
.Pf ( Dv NCARGS
in
.Ao Pa sys/param.h Ac ) .
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 79aad8a..fc102ddef 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -144,7 +144,7 @@ loaded on a drive.
.It Er 7 E2BIG Em "Arg list too long" .
The number of bytes used for the argument and environment
list of the new process exceeded the current limit
-of 20480 bytes
+of 65536 bytes
.Pf ( Dv NCARGS
in
.Aq Pa sys/param.h ) .
OpenPOWER on IntegriCloud