Module Name:    src
Committed By:   riastradh
Date:           Wed May 14 16:16:55 UTC 2014

Modified Files:
        src/share/man/man9: uvm_km.9

Log Message:
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.3 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.3
--- src/share/man/man9/uvm_km.9:1.2	Fri Jun  3 18:43:38 2011
+++ src/share/man/man9/uvm_km.9	Wed May 14 16:16:55 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.3 2014/05/14 16:16:55 riastradh 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

Reply via email to