mremap.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-20 08:57:14 +02:00
parent aa002e8145
commit 11e8c314c3
1 changed files with 4 additions and 2 deletions

View File

@ -64,11 +64,13 @@ a shareable mapping (see
.BR MAP_SHARED )
, then
.BR mremap ()
will create a new mapping of the same pages. \fInew_size\fP
will create a new mapping of the same pages.
\fInew_size\fP
will be the size of the new mapping and the location of the new mapping
may be specified with \fInew_address\fP, see the description of
.B MREMAP_FIXED
below. If a new mapping is requested via this method, then the
below.
If a new mapping is requested via this method, then the
.B MREMAP_MAYMOVE
flag must also be specified.
.PP