This commit is contained in:
Michael Kerrisk 2007-11-18 07:31:02 +00:00
parent acc57a1d87
commit 71f66746c7
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ resource limit (see
For
these architectures, the total size is limited to 1/4 of the allowed
stack size, the limit per string is 32 pages (the kernel constant
.B MAX_ARG_STRLEN),
.BR MAX_ARG_STRLEN ),
and the maximum number of strings is 0x7FFFFFFF.
(This change allows programs to have a much larger
argument and/or environment list.