summaryrefslogtreecommitdiffstats
path: root/man2/msync.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/msync.2')
-rw-r--r--man2/msync.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/msync.2 b/man2/msync.2
index f46b0ff90..6cc05a8c6 100644
--- a/man2/msync.2
+++ b/man2/msync.2
@@ -18,11 +18,11 @@ Standard C library
.BR msync ()
flushes changes made to the in-core copy of a file that was mapped
into memory using
-.BR mmap (2)
+.MR mmap 2
back to the filesystem.
Without use of this call,
there is no guarantee that changes are written back before
-.BR munmap (2)
+.MR munmap 2
is called.
To be more precise, the part of the file that
corresponds to the memory area starting at
@@ -130,11 +130,11 @@ are defined in
.I <unistd.h>
to a value greater than 0.
(See also
-.BR sysconf (3).)
+.MR sysconf 3 .)
.\" POSIX.1-2001: It shall be defined to -1 or 0 or 200112L.
.\" -1: unavailable, 0: ask using sysconf().
.\" glibc defines them to 1.
.SH SEE ALSO
-.BR mmap (2)
+.MR mmap 2
.P
B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128\[en]129 and 389\[en]391.