summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-09-27 03:59:36 +0000
committeralc <alc@FreeBSD.org>2004-09-27 03:59:36 +0000
commitb230b77b195c782b02ac7c68f21ddc55c45e5f59 (patch)
tree2b60d6b72d01b2395c969b111654f254fac8deb0 /share
parent152eaf6bc4303f0ceeb0bd48018c3ed5fbf77b07 (diff)
downloadFreeBSD-src-b230b77b195c782b02ac7c68f21ddc55c45e5f59.zip
FreeBSD-src-b230b77b195c782b02ac7c68f21ddc55c45e5f59.tar.gz
Document the flags field.
Submitted by: Mark W. Krentel
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