diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-21 21:40:47 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-21 21:40:47 +0000 |
| commit | 16fd68e14fbe7d5a4128fb4a5ace551ae9f19f9c (patch) | |
| tree | 1e2fdf97033d147b3a5a101e6e5741f546b627e7 /man2/remap_file_pages.2 | |
| parent | a28e26a155ceae6c8770eea2954d70b23f57b8b5 (diff) | |
| download | man-pages-16fd68e14fbe7d5a4128fb4a5ace551ae9f19f9c.tar.gz | |
ffix
Diffstat (limited to 'man2/remap_file_pages.2')
| -rw-r--r-- | man2/remap_file_pages.2 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index 11ac7d4e63..e1a3c3daac 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -49,7 +49,8 @@ Use .BR mmap () to create a mapping (which is initially linear). This mapping must be created with the -MAP_SHARED flag. +.B MAP_SHARED +flag. .TP \fB2.\fP Use one or more calls to @@ -110,7 +111,9 @@ The .I flags argument has the same meaning as for .BR mmap (), -but all flags other than MAP_NONBLOCK are ignored. +but all flags other than +.B MAP_NONBLOCK +are ignored. .SH "RETURN VALUE" On success, .BR remap_file_pages () @@ -127,7 +130,9 @@ system call appeared in Linux 2.5.46. .B EINVAL .I start does not refer to a valid mapping -created with the MAP_SHARED flag. +created with the +.B MAP_SHARED +flag. .TP .B EINVAL .IR start , |
