diff --git a/man2/mremap.2 b/man2/mremap.2 index bff3dcecf..50f405802 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -278,13 +278,6 @@ intended to be portable. .\" .BR mremap (2) .\" call with completely different semantics. .SH NOTES -Prior to version 2.4, glibc did not expose the definition of -.BR MREMAP_FIXED , -and the prototype for -.BR mremap () -did not allow for the -.I new_address -argument. .PP If .BR mremap () @@ -304,6 +297,14 @@ mapped. Possible applications for this behavior might be garbage collection or non-cooperative .BR userfaultfd (2). +.PP +Prior to version 2.4, glibc did not expose the definition of +.BR MREMAP_FIXED , +and the prototype for +.BR mremap () +did not allow for the +.I new_address +argument. .SH BUGS Before Linux 4.14, if