summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-18 11:08:53 +0000
committerru <ru@FreeBSD.org>2002-03-18 11:08:53 +0000
commit7aa5856f5a10f0cf25cfc21b56dd724f0e7c9f8b (patch)
tree8ff88a3bc868cab21c6ad70ac8295b8da0cc46f1 /share/man
parent061a25b93798c6f2ef5f7423697a6e0cc27354b6 (diff)
downloadFreeBSD-src-7aa5856f5a10f0cf25cfc21b56dd724f0e7c9f8b.zip
FreeBSD-src-7aa5856f5a10f0cf25cfc21b56dd724f0e7c9f8b.tar.gz
mdoc(7) police: pedantry.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/vm_page_alloc.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/vm_page_alloc.9 b/share/man/man9/vm_page_alloc.9
index 4c39845..dbf1375 100644
--- a/share/man/man9/vm_page_alloc.9
+++ b/share/man/man9/vm_page_alloc.9
@@ -31,7 +31,8 @@
.Os
.Sh NAME
.Nm vm_page_alloc
-.Nd "allocate a page for a vm_object"
+.Nd "allocate a page for a"
+.Vt vm_object
.Sh SYNOPSIS
.In sys/param.h
.In vm/vm.h
@@ -69,7 +70,7 @@ The page can be allocated if the cache queue is empty and the free
page count is above the interrupt reserved water mark.
If
.Dv VM_ALLOC_INTERRUPT
-is set the page can be allocated as long as the free page count is
+is set, the page can be allocated as long as the free page count is
greater than zero.
This flag should be used only when the system really needs the page.
.It Dv VM_ALLOC_INTERRUPT
OpenPOWER on IntegriCloud