This commit is contained in:
Michael Kerrisk 2006-07-21 21:40:47 +00:00
parent a28e26a155
commit 16fd68e14f
1 changed files with 8 additions and 3 deletions

View File

@ -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 ,