summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-02-10 21:07:56 +0000
committerdd <dd@FreeBSD.org>2002-02-10 21:07:56 +0000
commitd6e7adf3c2e8f06f20a4a6624edf46843f2d2f2f (patch)
tree9bfa3c128fbe3a58022c64b5c018147a0b24a886 /lib
parent2ed6038a0d26f99d8cf9ad5811e2d3f0cd5f054e (diff)
downloadFreeBSD-src-d6e7adf3c2e8f06f20a4a6624edf46843f2d2f2f.zip
FreeBSD-src-d6e7adf3c2e8f06f20a4a6624edf46843f2d2f2f.tar.gz
Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.
PR: 34005 Submitted by: Steven Grady <grady@digitaldeck..com>, Hiten Pandya <hitmaster2k@yahoo.com>
Diffstat (limited to 'lib')
-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