diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-05 11:47:51 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-05 11:47:51 +0000 |
| commit | fdd1597b476c28b51f196eb2617acc2172c08ece (patch) | |
| tree | 88629ef9534a95920db3bc5463968c8d1ebd6b51 | |
| parent | f6f992995a008f18fe3c8c7fff815762d23a6030 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/vm_fault_prefault.9 | 2 |
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 55a18a451680b..e45dc3403dd60 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 |
