summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-09-17 19:45:34 +0000
committerjhb <jhb@FreeBSD.org>2014-09-17 19:45:34 +0000
commitac726b05b7137fc7fd44f56696e153467b606faf (patch)
tree16f7c483a3e8611f9c6fba4bbd29b1eb78b3faa2 /lib
parent59f001963a4cc27321d9cb65911266142493ed11 (diff)
downloadFreeBSD-src-ac726b05b7137fc7fd44f56696e153467b606faf.zip
FreeBSD-src-ac726b05b7137fc7fd44f56696e153467b606faf.tar.gz
- Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen
years. - Remove mention of unimplemented MAP_SWAP. There are no future plans to implement it. Submitted by: alc (2)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mmap.215
1 files changed, 1 insertions, 14 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 4a561ea..7380a7f 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -28,7 +28,7 @@
.\" @(#)mmap.2 8.4 (Berkeley) 5/11/95
.\" $FreeBSD$
.\"
-.Dd September 15, 2014
+.Dd September 17, 2014
.Dt MMAP 2
.Os
.Sh NAME
@@ -176,11 +176,6 @@ already exists within the range.
.It Dv MAP_HASSEMAPHORE
Notify the kernel that the region may contain semaphores and that special
handling may be necessary.
-.It Dv MAP_INHERIT
-This flag never operated as advertised and is no longer supported.
-Please refer to
-.Xr minherit 2
-for further information.
.It Dv MAP_NOCORE
Region is not included in a core file.
.It Dv MAP_NOSYNC
@@ -300,14 +295,6 @@ The
system call does not unmap pages, see
.Xr munmap 2
for further information.
-.Pp
-The current design does not allow a process to specify the location of
-swap space.
-In the future we may define an additional mapping type,
-.Dv MAP_SWAP ,
-in which
-the file descriptor argument specifies a file or device to which swapping
-should be done.
.Sh NOTES
Although this implementation does not impose any alignment restrictions on
the
OpenPOWER on IntegriCloud