summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mmap.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-17 13:00:00 +0000
committerru <ru@FreeBSD.org>2005-11-17 13:00:00 +0000
commit928d297eeb1b1084c1525eb3aba0cee109fed2b6 (patch)
tree8357787c5962631f6dc96a7483518171f91c2b20 /lib/libc/sys/mmap.2
parentbe367893cde807eabde21d3c27468e630a24c071 (diff)
downloadFreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.zip
FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.tar.gz
-mdoc sweep.
Diffstat (limited to 'lib/libc/sys/mmap.2')
-rw-r--r--lib/libc/sys/mmap.27
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 522c559..f4c0b42 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -123,12 +123,15 @@ If
is specified,
.Fa addr
must be a multiple of the pagesize.
-If a MAP_FIXED request is successful, the mapping established by
+If a
+.Dv MAP_FIXED
+request is successful, the mapping established by
.Fn mmap
replaces any previous mappings for the process' pages in the range from
.Fa addr
to
-.Fa addr +
+.Fa addr
++
.Fa len .
Use of this option is discouraged.
.It Dv MAP_HASSEMAPHORE
OpenPOWER on IntegriCloud