aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-05 11:47:51 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-05 11:47:51 +0000
commitfdd1597b476c28b51f196eb2617acc2172c08ece (patch)
tree88629ef9534a95920db3bc5463968c8d1ebd6b51 /share
parentf6f992995a008f18fe3c8c7fff815762d23a6030 (diff)
downloadsrc-fdd1597b476c28b51f196eb2617acc2172c08ece.tar.gz
src-fdd1597b476c28b51f196eb2617acc2172c08ece.zip
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vm_fault_prefault.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vm_fault_prefault.9 b/share/man/man9/vm_fault_prefault.9
index 55a18a451680..e45dc3403dd6 100644
--- a/share/man/man9/vm_fault_prefault.9
+++ b/share/man/man9/vm_fault_prefault.9
@@ -62,7 +62,7 @@ into physical memory.
.Sh IMPLEMENTATION NOTES
This is a machine-independent function which calls the machine-dependent
.Fn pmap_is_prefaultable
-helper function to determine if a page may be prefaulted into main memory.
+helper function to determine if a page may be prefaulted into physical memory.
.Sh SEE ALSO
.Xr execve 2 ,
.Xr pmap_is_prefaultable 9