diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-26 02:47:29 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-26 02:47:29 +0200 |
commit | 1617ee67c9611dcad01c2dd378ccff600ccbf98b (patch) | |
tree | 872e1231325da98736cf8786a5c10fb3b21d0ae1 /doc | |
parent | 08811e805aab3236cac08513adc5e0b7fb3006d5 (diff) | |
download | gnumach-1617ee67c9611dcad01c2dd378ccff600ccbf98b.tar.gz gnumach-1617ee67c9611dcad01c2dd378ccff600ccbf98b.tar.bz2 gnumach-1617ee67c9611dcad01c2dd378ccff600ccbf98b.zip |
Revert "Fix documentation for vm_map"
This reverts commit 57694037a02dda29bd678dc3b8531bd437682ba7.
We rather prefer the kernel just use whatever slot it sees fit. Userland has
already been fixed into not using the behavior anyway.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index 0aeed766..98f72fa8 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -3367,7 +3367,7 @@ exception. @var{target_task} is the task to be affected. The starting address is @var{address}. If the @var{anywhere} option is used, this address is -used as a starting hint. The address actually allocated will be returned in +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 |