diff --git a/man2/mremap.2 b/man2/mremap.2 index e256531f0..8670250f5 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -61,13 +61,13 @@ below. If the value of \fIold_size\fP is zero, and \fIold_address\fP refers to a shareable mapping (see .BR mmap (2) -.BR MAP_SHARED ) -, then +.BR MAP_SHARED ), +then .BR mremap () 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 +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