mremap.2: Reorder some paragraphs in NOTES

Details of glibc 2.4, which is by now fairly old, would be
better at the end of NOTES than at the start.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-16 07:50:35 +02:00
parent 0f0993c9b5
commit 6af75e77bb
1 changed files with 8 additions and 7 deletions

View File

@ -278,13 +278,6 @@ intended to be portable.
.\" .BR mremap (2) .\" .BR mremap (2)
.\" call with completely different semantics. .\" call with completely different semantics.
.SH NOTES .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 .PP
If If
.BR mremap () .BR mremap ()
@ -304,6 +297,14 @@ mapped.
Possible applications for this behavior might be garbage collection or Possible applications for this behavior might be garbage collection or
non-cooperative non-cooperative
.BR userfaultfd (2). .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 .SH BUGS
Before Linux 4.14, Before Linux 4.14,
if if