mdoc(7) police: pedantry.

This commit is contained in:
Ruslan Ermilov 2002-03-18 11:08:53 +00:00
parent ef7e25bc75
commit 63856f9683
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92570

View file

@ -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