Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix typo in uvm_km(9): there is no struct vm_...



details:   https://anonhg.NetBSD.org/src/rev/4002dd86ddf9
branches:  trunk
changeset: 329198:4002dd86ddf9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed May 14 16:16:55 2014 +0000

description:
Fix typo in uvm_km(9): there is no struct vm_map_kernel.

diffstat:

 share/man/man9/uvm_km.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 948e06819c2f -r 4002dd86ddf9 share/man/man9/uvm_km.9
--- a/share/man/man9/uvm_km.9   Wed May 14 15:58:24 2014 +0000
+++ b/share/man/man9/uvm_km.9   Wed May 14 16:16:55 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index