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.

MFC after:	3 days
This commit is contained in:
Simon L. B. Nielsen 2005-11-19 11:30:55 +00:00
parent c1c28da069
commit 71dac3fb8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152604

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 ) .