Minor rewordings

This commit is contained in:
Michael Kerrisk 2007-12-22 17:00:19 +00:00
parent 4d2be0ee63
commit 4a8d10ef27
1 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ For portable use,
.I optional-arg
should either be absent, or be specified as a single word (i.e., it
should not contain white space); see NOTES below.
.SS "Limits on size of arguments + environment"
.SS "Limits on size of arguments and environment"
Most Unix implementations impose some limit on the total size
of the command-line argument
.RI ( argv )
@ -314,7 +314,7 @@ argument and/or environment list.
Imposing the 1/4-limit
ensures that the new program always has some stack space.)
Architectures with no memory management unit are excepted:
they maintain the pre-2.6.23 limit.
they maintain the limit thath was in effect before kernel 2.6.23.
.\" Ollie: That doesn't include the lists of pointers, though,
.\" so the actual usage is a bit higher (1 pointer per argument).
.SH "RETURN VALUE"