MFC 1.46:

Do not explicitly state how many bytes an argument list can be in the
description of E2BIG, since it's now larger on some platforms.
This commit is contained in:
simon 2005-11-22 19:13:09 +00:00
parent ba84b58b16
commit d7c50e2dcb

View File

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