Module Name: src Committed By: msaitoh Date: Mon Sep 29 18:38:09 UTC 2014
Modified Files: src/share/man/man9 [netbsd-6]: uvm_km.9 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1126): share/man/man9/uvm_km.9: revision 1.3 Fix typo in uvm_km(9): there is no struct vm_map_kernel. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/share/man/man9/uvm_km.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/uvm_km.9 diff -u src/share/man/man9/uvm_km.9:1.2 src/share/man/man9/uvm_km.9:1.2.4.1 --- src/share/man/man9/uvm_km.9:1.2 Fri Jun 3 18:43:38 2011 +++ src/share/man/man9/uvm_km.9 Mon Sep 29 18:38:09 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: uvm_km.9,v 1.2 2011/06/03 18:43:38 rmind Exp $ +.\" $NetBSD: uvm_km.9,v 1.2.4.1 2014/09/29 18:38:09 msaitoh Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -39,7 +39,7 @@ .Fn uvm_km_free "struct vm_map *map" "vaddr_t addr" "vsize_t size" "uvm_flag_t flags" .Ft struct vm_map * .Fn uvm_km_suballoc "struct vm_map *map" "vaddr_t *min" "vaddr_t *max" \ -"vsize_t size" "int flags" "bool fixed" "struct vm_map_kernel *submap" +"vsize_t size" "int flags" "bool fixed" "struct vm_map *submap" .Sh DESCRIPTION The UVM facility for allocation of kernel memory or address space in pages. Both wired and pageable memory can be allocated by this facility, as well