summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/mmap.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index cd3b450..fa04607 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -302,12 +302,12 @@ below.)
.Dv MAP_FIXED
was specified and the
.Fa addr
-parameter wasn't available, or the system has reached the per-process mmap
-limit specified in the
-.Va vm.max_proc_mmap
-sysctl.
+parameter wasn't available.
.Dv MAP_ANON
was specified and insufficient memory was available.
+The system has reached the per-process mmap limit specified in the
+.Va vm.max_proc_mmap
+sysctl.
.El
.Sh SEE ALSO
.Xr madvise 2 ,
OpenPOWER on IntegriCloud