NCARGS is defined as 65536 in the released system, not 20480.

This commit is contained in:
Mike Pritchard 1996-08-15 21:04:29 +00:00
parent d4cd2245dc
commit 05bdf2ff0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17615
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ is allowed by the imposed maximum
.It Bq Er E2BIG .It Bq Er E2BIG
The number of bytes in the new process's argument list The number of bytes in the new process's argument list
is larger than the system-imposed limit. 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 .Pf ( Dv NCARGS
in in
.Ao Pa sys/param.h Ac ) . .Ao Pa sys/param.h Ac ) .

View File

@ -144,7 +144,7 @@ loaded on a drive.
.It Er 7 E2BIG Em "Arg list too long" . .It Er 7 E2BIG Em "Arg list too long" .
The number of bytes used for the argument and environment The number of bytes used for the argument and environment
list of the new process exceeded the current limit list of the new process exceeded the current limit
of 20480 bytes of 65536 bytes
.Pf ( Dv NCARGS .Pf ( Dv NCARGS
in in
.Aq Pa sys/param.h ) . .Aq Pa sys/param.h ) .