summaryrefslogtreecommitdiffstats
path: root/share/man/man9/pmap.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-05 18:13:50 +0000
committerru <ru@FreeBSD.org>2004-07-05 18:13:50 +0000
commit7d68d46370054c4fd21283b73fa2d10897872c7d (patch)
treeb73a04f2807777ca5695c24a26031f548b5e4627 /share/man/man9/pmap.9
parent558faa2fee5444c34579448708bcda038c43c137 (diff)
downloadFreeBSD-src-7d68d46370054c4fd21283b73fa2d10897872c7d.zip
FreeBSD-src-7d68d46370054c4fd21283b73fa2d10897872c7d.tar.gz
Slightly improve the markup.
Diffstat (limited to 'share/man/man9/pmap.9')
-rw-r--r--share/man/man9/pmap.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9
index e022eb8..b9dff67 100644
--- a/share/man/man9/pmap.9
+++ b/share/man/man9/pmap.9
@@ -50,9 +50,9 @@ is responsible for managing hardware-dependent objects such as page tables,
address maps, TLBs, etc.
.Pp
Machine-dependent code must provide the header file
-.Em <machine/pmap.h> .
+.In machine/pmap.h .
This file contains the definition of the
-.Dv pmap
+.Vt pmap
structure:
.Bd -literal -offset indent
struct pmap {
@@ -66,7 +66,7 @@ This header file may also define other data structures used by the
implementation.
.Pp
The header file
-.Em <vm/pmap.h>
+.In vm/pmap.h
defines a structure for tracking
.Nm
statistics (see below).
@@ -79,11 +79,11 @@ struct pmap_statistics {
.Ed
.Pp
The implementation's
-.Vt struct pmap
+.Vt "struct pmap"
must contain an instance of this structure having the name
.Va pm_stats ,
and it must be updated by the implementation after each relevant
-.Nm pmap
+.Nm
operation.
.Sh SEE ALSO
.Xr pmap 9 ,
OpenPOWER on IntegriCloud