mmap.2: srcfix: spfix

This commit is contained in:
Michael Kerrisk 2008-12-01 16:28:19 -05:00
parent 6aa7db0a8f
commit 293283613f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ is not NULL,
then the kernel takes it as a hint about where to place the mapping;
on Linux, the mapping will be created at a nearby page boundary.
.\" Before Linux 2.6.24, the address was rounded up to the next page
.\" boundary; since 2.6.24, it is rouned down!
.\" boundary; since 2.6.24, it is rounded down!
The address of the new mapping is returned as the result of the call.
The contents of a file mapping (as opposed to an anonymous mapping; see