Document the flags field.

Submitted by: Mark W. Krentel
This commit is contained in:
Alan Cox 2004-09-27 03:59:36 +00:00
parent fd01cb6244
commit 0a7c173775

View File

@ -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