Subject: uvm.9 manpage patch
To: None <tech-kern@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: tech-kern
Date: 02/21/2002 18:09:43
--d6Gm4EdcadzBjdND
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi folks,

in a conversation between Ben and me i noted a missing argument in the man 
page of uvm(9) ... attached to this message i've included the patch for 
review since i'm not a *roff groveler normally nor am familiar with the man 
page update procedures.

Cheers,
Reinoud

--d6Gm4EdcadzBjdND
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="uvm.9.patch"

Index: uvm.9
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man9/uvm.9,v
retrieving revision 1.31
diff -u -r1.31 uvm.9
--- uvm.9	2002/02/13 08:18:53	1.31
+++ uvm.9	2002/02/21 16:09:12
@@ -556,7 +556,7 @@
 .Ft void
 .Fn uvm_pglistfree "struct pglist *list"
 .Ft void
-.Fn uvm_page_physload "vaddr_t start" "vaddr_t end" "vaddr_t avail_start" "vaddr_t avail_end"
+.Fn uvm_page_physload "vaddr_t start" "vaddr_t end" "vaddr_t avail_start" "vaddr_t avail_end" "int free_list"
 .nr nS 0
 .Pp
 .Fn uvm_pagealloc
@@ -630,9 +630,10 @@
 .Fa list .
 .Pp
 .Fn uvm_page_physload
-loads physical memory segments into VM space.  It must be called at system
-boot time to setup physical memory management pages.  The arguments describe
-the
+loads physical memory segments into VM space on the specified
+.Fa free_list .
+It must be called at system boot time to setup physical memory
+management pages.  The arguments describe the
 .Fa start
 and
 .Fa end

--d6Gm4EdcadzBjdND--