summaryrefslogtreecommitdiff
path: root/share/man/man9/vm_page_dontneed.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
commit1f620c2ead117e9b4f698560053721d05a6637a3 (patch)
tree61ed68fe6d5c7568f5fc0295ecebad6da8de3536 /share/man/man9/vm_page_dontneed.9
parentf74d799555a47a6f7d95a334ccb2ed28cc752c62 (diff)
Notes
Diffstat (limited to 'share/man/man9/vm_page_dontneed.9')
-rw-r--r--share/man/man9/vm_page_dontneed.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vm_page_dontneed.9 b/share/man/man9/vm_page_dontneed.9
index f1d5eb2a3e457..99baa330816d3 100644
--- a/share/man/man9/vm_page_dontneed.9
+++ b/share/man/man9/vm_page_dontneed.9
@@ -43,7 +43,7 @@ The
.Fn vm_page_dontneed
function advises the VM system that the given page is no longer
required.
-If the page is already in the inactive queue or the cache queue this
+If the page is already in the inactive queue or in the cache queue, this
function does nothing; otherwise the page is deactivated.
.Pp
Note that