Source-Changes-HG archive

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

[src/netbsd-6]: src/share/man/man9 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/1d817f93f2f0
branches:  netbsd-6
changeset: 776709:1d817f93f2f0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Sep 29 18:38:09 2014 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r 178d5c1a3c2d -r 1d817f93f2f0 share/man/man9/uvm_km.9
--- a/share/man/man9/uvm_km.9   Mon Sep 29 18:35:30 2014 +0000
+++ b/share/man/man9/uvm_km.9   Mon Sep 29 18:38:09 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.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



Home | Main Index | Thread Index | Old Index