diff options
Diffstat (limited to 'man2/remap_file_pages.2')
| -rw-r--r-- | man2/remap_file_pages.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index e05e8aba98..0f5be6452c 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -48,7 +48,7 @@ To create a non-linear mapping we perform the following steps: .TP \fB1.\fP Use -.BR mmap () +.BR mmap (2) to create a mapping (which is initially linear). This mapping must be created with the .B MAP_SHARED @@ -81,7 +81,7 @@ Thus, .I start must be an address that falls within a region previously mapped by a call to -.BR mmap (). +.BR mmap (2). Second, .I start specifies the address at which the file pages @@ -112,7 +112,7 @@ argument must be specified as 0. The .I flags argument has the same meaning as for -.BR mmap (), +.BR mmap (2), but all flags other than .B MAP_NONBLOCK are ignored. |
