diff options
-rw-r--r-- | share/man/man9/km_alloc.9 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man9/km_alloc.9 b/share/man/man9/km_alloc.9 index d39261b129c..f0a158beb5d 100644 --- a/share/man/man9/km_alloc.9 +++ b/share/man/man9/km_alloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: km_alloc.9,v 1.6 2015/07/05 20:28:56 mlarkin Exp $ +.\" $OpenBSD: km_alloc.9,v 1.7 2015/07/28 18:59:20 mikeb Exp $ .\" Copyright (c) 2011 Artur Grabowski <art@openbsd.org> .\" All rights reserved. .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 5 2015 $ +.Dd $Mdocdate: July 28 2015 $ .Dt KM_ALLOC 9 .Os .Sh NAME @@ -104,7 +104,6 @@ struct kmem_va_mode { vsize_t kv_align; int kv_wait; int kv_singlepage; - int kv_executable; }; .Ed .Bl -tag -width kv_singlepage @@ -117,8 +116,6 @@ A flag indicating whether the allocator should wait for space to be freed if the allocation cannot be satisfied. .It kv_singlepage A flag indicating if the allocations will always be for single pages. -.It kv_executable -A flag indicating if the memory mapped should be mapped permitting execution. .El .Bd -literal struct kmem_pa_mode { |