mmap.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-16 15:27:58 +01:00
parent 9187f1a366
commit 3804d39d06
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ No memory is available.
.B ENOMEM .B ENOMEM
The process's maximum number of mappings would have been exceeded. The process's maximum number of mappings would have been exceeded.
This error can also occur for This error can also occur for
.BR munmap (2), .BR munmap (),
when unmapping a region in the middle of an existing mapping, 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.