diff --git a/man2/mremap.2 b/man2/mremap.2 index 2440f3dc5..d9ae4c61c 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -88,14 +88,6 @@ writing to a read-only segment). Accessing virtual memory outside of the segments will also cause a segmentation violation. .PP -.BR mremap () -uses the Linux page table scheme. -.BR mremap () -changes the -mapping between virtual addresses and memory pages. -This can be used to implement a very efficient -.BR realloc (3). -.PP The \fIflags\fP bit-mask argument may be 0, or include the following flag: .TP .B MREMAP_MAYMOVE @@ -281,6 +273,12 @@ intended to be portable. .\" call with completely different semantics. .SH NOTES .PP +.BR mremap () +changes the +mapping between virtual addresses and memory pages. +This can be used to implement a very efficient +.BR realloc (3). +.PP If .BR mremap () is used to move or expand an area locked with