diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-18 11:08:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-18 11:08:53 +0000 |
| commit | 63856f96837537a163c8a80e801b726d1c59afae (patch) | |
| tree | 8ff88a3bc868cab21c6ad70ac8295b8da0cc46f1 | |
| parent | ef7e25bc75fe9e39f466e6a652ce96bd4efbcef5 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/vm_page_alloc.9 | 5 |
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 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 |
