.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
.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 ()
.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 ,