summaryrefslogtreecommitdiffstats
path: root/man2/mmap2.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mmap2.2')
-rw-r--r--man2/mmap2.211
1 files changed, 5 insertions, 6 deletions
diff --git a/man2/mmap2.2 b/man2/mmap2.2
index 99ce33d66..e1704e39d 100644
--- a/man2/mmap2.2
+++ b/man2/mmap2.2
@@ -6,7 +6,7 @@
.\" Added description of mmap2
.\" Modified, 2004-11-25, mtk -- removed stray #endif in prototype
.\"
-.TH mmap2 2 2023-02-10 "Linux man-pages 6.03"
+.TH mmap2 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
mmap2 \- map files or devices into memory
.SH LIBRARY
@@ -58,11 +58,6 @@ is not a multiple of the system page size.
can also return any of the errors described in
.BR mmap (2).
.SH VERSIONS
-.BR mmap2 ()
-is available since Linux 2.3.31.
-.SH STANDARDS
-This system call is Linux-specific.
-.SH NOTES
On architectures where this system call is present,
the glibc
.BR mmap ()
@@ -78,6 +73,10 @@ is actually the system page size, rather than 4096 bytes.
.\" ia64 can have page sizes ranging from 4 kB to 64 kB.
.\" On cris, it looks like the unit might also be the page size,
.\" which is 8192 bytes. -- mtk, June 2007
+.SH STANDARDS
+Linux.
+.SH HISTORY
+Linux 2.3.31.
.SH SEE ALSO
.BR getpagesize (2),
.BR mmap (2),