]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/msync.2
dlopen.3: tfix
[thirdparty/man-pages.git] / man2 / msync.2
index de3625c536c862ae3f8638a3ad5843394c063cac..ae8ffba53fc82f235283a8087278f4b06cf856ad 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MSYNC 2 2015-05-07 "Linux" "Linux Programmer's Manual"
+.TH MSYNC 2 2017-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 msync \- synchronize a file with a memory map
 .SH SYNOPSIS
 .B #include <sys/mman.h>
-.sp
+.PP
 .BI "int msync(void *" addr ", size_t " length ", int " flags );
 .SH DESCRIPTION
 .BR msync ()
@@ -45,7 +45,7 @@ corresponds to the memory area starting at
 and having length
 .I length
 is updated.
-
+.PP
 The
 .I flags
 argument should specify exactly one of
@@ -98,7 +98,7 @@ are set in
 The indicated memory (or part of it) was not mapped.
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
-
+.PP
 This call was introduced in Linux 1.3.21, and then used
 .B EFAULT
 instead of
@@ -149,5 +149,5 @@ in
 .IR flags .
 .SH SEE ALSO
 .BR mmap (2)
-
-B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391.
+.PP
+B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128\(en129 and 389\(en391.