mmap.2: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-08-26 13:29:58 +02:00
parent 3ee0a7f07e
commit fa38cc321f
1 changed files with 6 additions and 2 deletions

View File

@ -87,8 +87,12 @@ in the file (or other object) referred to by the file descriptor
.I offset
must be a multiple of the page size as returned by
.IR sysconf(_SC_PAGE_SIZE) .
The file descriptor can be closed immediately without invalidating the
mapping.
.PP
After the
.BR mmap ()
call has returned, the file descriptor,
.IR fd ,
can be closed immediately without invalidating the mapping.
.PP
The
.I prot