]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Jul 2006 21:40:47 +0000 (21:40 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Jul 2006 21:40:47 +0000 (21:40 +0000)
man2/remap_file_pages.2

index 11ac7d4e631e9f47527c2d6cd0fcfd669b833acc..e1a3c3daac119a4e0b33a5bd6064461d97740817 100644 (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 ,