summaryrefslogtreecommitdiffstats
path: root/man2/mmap2.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mmap2.2')
-rw-r--r--man2/mmap2.220
1 files changed, 10 insertions, 10 deletions
diff --git a/man2/mmap2.2 b/man2/mmap2.2
index 594a207ec..6bc9aff2e 100644
--- a/man2/mmap2.2
+++ b/man2/mmap2.2
@@ -24,16 +24,16 @@ Standard C library
.fi
.SH DESCRIPTION
This is probably not the system call that you are interested in; instead, see
-.BR mmap (2),
+.MR mmap 2 ,
which describes the glibc wrapper function that invokes this system call.
.P
The
.BR mmap2 ()
system call provides the same interface as
-.BR mmap (2),
+.MR mmap 2 ,
except that the final argument specifies the offset into the
file in 4096-byte units (instead of bytes, as is done by
-.BR mmap (2)).
+.MR mmap 2 ).
This enables applications that use a 32-bit
.I off_t
to map large files (up to 2\[ha]44 bytes).
@@ -56,13 +56,13 @@ is not a multiple of the system page size.
.P
.BR mmap2 ()
can also return any of the errors described in
-.BR mmap (2).
+.MR mmap 2 .
.SH VERSIONS
On architectures where this system call is present,
the glibc
.BR mmap ()
wrapper function invokes this system call rather than the
-.BR mmap (2)
+.MR mmap 2
system call.
.P
This system call does not exist on x86-64.
@@ -78,8 +78,8 @@ Linux.
.SH HISTORY
Linux 2.3.31.
.SH SEE ALSO
-.BR getpagesize (2),
-.BR mmap (2),
-.BR mremap (2),
-.BR msync (2),
-.BR shm_open (3)
+.MR getpagesize 2 ,
+.MR mmap 2 ,
+.MR mremap 2 ,
+.MR msync 2 ,
+.MR shm_open 3