mmap.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 03:03:27 +10:00
parent b64516374f
commit 038f51757a
1 changed files with 12 additions and 12 deletions

View File

@ -483,6 +483,18 @@ when unmapping a region in the middle of an existing mapping,
since this results in two smaller mappings on either side of since this results in two smaller mappings on either side of
the region being unmapped. the region being unmapped.
.TP .TP
.B EOVERFLOW
On 32-bit architecture together with the large file extension
(i.e., using 64-bit
.IR off_t ):
the number of pages used for
.I length
plus number of pages used for
.I offset
would overflow
.I "unsigned long"
(32 bits).
.TP
.B EPERM .B EPERM
The The
.I prot .I prot
@ -501,18 +513,6 @@ The operation was prevented by a file seal; see
was set but the object specified by was set but the object specified by
.I fd .I fd
is open for writing. is open for writing.
.TP
.B EOVERFLOW
On 32-bit architecture together with the large file extension
(i.e., using 64-bit
.IR off_t ):
the number of pages used for
.I length
plus number of pages used for
.I offset
would overflow
.I "unsigned long"
(32 bits).
.LP .LP
Use of a mapped region can result in these signals: Use of a mapped region can result in these signals:
.TP .TP