mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Simplify language.
Submitted by: wblock MFC after: 3 days
This commit is contained in:
parent
79c9a695c3
commit
dd5ef26e97
1 changed files with 5 additions and 3 deletions
|
|
@ -329,10 +329,12 @@ stack top is the starting address returned by the call, plus
|
|||
bytes.
|
||||
The bottom of the stack at maximum growth is the starting
|
||||
address returned by the call.
|
||||
The system uses guards to prevent the inadvertent use of
|
||||
regions into which stacks created with
|
||||
.Pp
|
||||
Stacks created with
|
||||
.Dv MAP_STACK
|
||||
will automatically grow, without mapping the whole stack in advance.
|
||||
automatically grow.
|
||||
Guards prevent inadvertent use of the regions into which those
|
||||
stacks can grow without requiring mapping the whole stack in advance.
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue