summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-02-10 21:07:56 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-02-10 21:07:56 +0000
commitc96bb7c5f2c6b72edfdeff85574a00291e6db5fe (patch)
tree9bfa3c128fbe3a58022c64b5c018147a0b24a886 /lib/libc
parent8466e2ba43c8a600317da33db98973cbc932548b (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 cd3b450b949f..fa04607cea7e 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 ,