From 7c7adcbe55d2726df20acccc80214f67a18d14d3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 13 Mar 2010 07:11:08 +0100 Subject: [PATCH] mmap.2: minor: fix text ordering (MAP_STACK) Signed-off-by: Michael Kerrisk --- man2/mmap.2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index af539b642..59610bce6 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -274,14 +274,6 @@ For a file mapping, this causes read-ahead on the file. Later accesses to the mapping will not be blocked by page faults. .BR MAP_POPULATE is only supported for private mappings since Linux 2.6.23. -.LP -Of the above flags, only -.B MAP_FIXED -is specified in POSIX.1-2001. -However, most systems also support -.B MAP_ANONYMOUS -(or its synonym -.BR MAP_ANON ). .TP .BR MAP_STACK " (since Linux 2.6.27)" Allocate the mapping at an address suitable for a process @@ -296,6 +288,14 @@ support can later be transparently implemented for glibc. .\" "pthread_create() slow for many threads; also time to revisit 64b .\" context switch optimization?" .LP +Of the above flags, only +.B MAP_FIXED +is specified in POSIX.1-2001. +However, most systems also support +.B MAP_ANONYMOUS +(or its synonym +.BR MAP_ANON ). +.LP Some systems document the additional flags .BR MAP_AUTOGROW , .BR MAP_AUTORESRV ,