summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2000-02-16 21:11:33 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2000-02-16 21:11:33 +0000
commit1f6889a1eb5070dfa739f4158cfb33f13b7a462d (patch)
treeffa24ad6f287af901091f289951217e582cb5261 /lib/libc
parentc2ebb466e57077c7d5851580569936c90ba1e24d (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mmap.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 1906e534cbcc..433f8b798514 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -253,7 +253,8 @@ was not page-aligned. (See BUGS below.)
.Dv MAP_FIXED
was specified and the
.Fa addr
-parameter wasn't available.
+parameter wasn't available, or the system has reached the per-process mmap
+limit specified in the vm.max_proc_mmap sysctl.
.Dv MAP_ANON
was specified and insufficient memory was available.
.Sh "SEE ALSO"