aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/remap_file_pages.211
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 ,