From 63856f96837537a163c8a80e801b726d1c59afae Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 18 Mar 2002 11:08:53 +0000 Subject: [PATCH] mdoc(7) police: pedantry. --- share/man/man9/vm_page_alloc.9 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man9/vm_page_alloc.9 b/share/man/man9/vm_page_alloc.9 index 4c39845c263a..dbf1375352b5 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