diff options
Diffstat (limited to 'lib/libc/sys/mmap.2')
| -rw-r--r-- | lib/libc/sys/mmap.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index df5eb0f9dce3..5767751eb955 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -128,6 +128,11 @@ Use of this option is discouraged. .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 @@ -318,6 +323,7 @@ was specified and insufficient memory was available. .El .Sh SEE ALSO .Xr madvise 2 , +.Xr minherit 2 , .Xr mincore 2 , .Xr mlock 2 , .Xr mprotect 2 , |
