madvise.2: Minor change: reorder some paragraphs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-03 16:54:41 +01:00
parent deb9964960
commit 5575818dbf
1 changed files with 3 additions and 3 deletions

View File

@ -148,6 +148,9 @@ bytes containing zero.
.\" disk/swap space. This feature is also useful for supporting
.\" hot-plug memory on UML.
The specified address range must be mapped shared and writable.
This flag cannot be applied to locked pages or Huge TLB pages.
In the initial implementation, only shmfs/tmpfs supported
.BR MADV_REMOVE ;
but since Linux 3.5,
@ -159,9 +162,6 @@ mode also supports the
.BR MADV_REMOVE .
Other filesystems fail with the error
.BR EOPNOTSUPP .
The specified address range must be mapped shared and writable.
This flag cannot be applied to locked pages or Huge TLB pages.
.TP
.BR MADV_DONTFORK " (since Linux 2.6.16)"
.\" commit f822566165dd46ff5de9bf895cfa6c51f53bb0c4