summaryrefslogtreecommitdiffstats
path: root/share/man/man9/pmap_extract.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_extract.9
parent558faa2fee5444c34579448708bcda038c43c137 (diff)
downloadFreeBSD-src-7d68d46370054c4fd21283b73fa2d10897872c7d.zip
FreeBSD-src-7d68d46370054c4fd21283b73fa2d10897872c7d.tar.gz
Slightly improve the markup.
Diffstat (limited to 'share/man/man9/pmap_extract.9')
-rw-r--r--share/man/man9/pmap_extract.912
1 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man9/pmap_extract.9 b/share/man/man9/pmap_extract.9
index 057ee01..f754277 100644
--- a/share/man/man9/pmap_extract.9
+++ b/share/man/man9/pmap_extract.9
@@ -58,7 +58,7 @@ Currently, the page protection requested by the caller is not verified.
In the
.Fn pmap_extract_and_hold
function, the
-.Dv Giant
+.Va Giant
lock is held for the duration of the call to ensure that only a single
caller is present.
.Sh RETURN VALUES
@@ -71,7 +71,11 @@ inside the physical map
.Fa pmap .
If the mapping does not exist, or if the
.Fa pmap
-parameter is NULL, then NULL will be returned.
+parameter is
+.Dv NULL ,
+then
+.Dv NULL
+will be returned.
.Pp
The
.Fn pmap_extract_and_hold
@@ -80,7 +84,9 @@ virtual address
.Fa va
inside the physical map
.Fa pmap .
-If the mapping does not exist, the result is a no-op, and NULL will
+If the mapping does not exist, the result is a no-op, and
+.Dv NULL
+will
be returned.
.Sh SEE ALSO
.Xr mutex 9 ,
OpenPOWER on IntegriCloud