summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vm_map.910
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man9/vm_map.9 b/share/man/man9/vm_map.9
index 4a94fa28..f8f3351 100644
--- a/share/man/man9/vm_map.9
+++ b/share/man/man9/vm_map.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 19, 2003
+.Dd September 26, 2004
.Dt VM_MAP 9
.Os
.Sh NAME
@@ -93,7 +93,7 @@ Used only by system maps.
Set to TRUE to indicate that map is a system map; otherwise, it belongs
to a user process.
.It Va flags
-Map flags.
+Map flags, described below.
.It Va root
Root node of a binary search tree used for fast lookup of map entries.
.It Va pmap
@@ -118,6 +118,12 @@ The maximum
in this map.
.El
.Pp
+There is one possible map flag:
+.Bl -tag -width ".Dv MAP_PREFAULT_MADVISE"
+.It Dv MAP_WIREFUTURE
+Wire all future pages in this map.
+.El
+.Pp
The following flags can be passed to
.Xr vm_map_find 9
and
OpenPOWER on IntegriCloud