diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index 11b0a066..ff15a95a 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -3434,8 +3434,8 @@ exception. @var{address}. If the @var{anywhere} option is used, this address is ignored. The address actually allocated will be returned in @var{address}. @var{size} is the number of bytes to allocate (rounded by -the system in a machine dependent way). The alignment restriction is -specified by @var{mask}. Bits asserted in this mask must not be +the system in a machine dependent way). The alignment and maximum address +restrictions are specified by @var{mask}. Bits asserted in this mask must not be asserted in the address returned. If @var{anywhere} is set, the kernel should find and allocate any region of the specified size, and return the address of the resulting region in @var{address}. |