Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 uvm_unmap returns void, not int.



details:   https://anonhg.NetBSD.org/src/rev/aad8eb47981f
branches:  trunk
changeset: 583577:aad8eb47981f
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Aug 13 09:49:58 2005 +0000

description:
uvm_unmap returns void, not int.
Also drop some spaces before commas, as they ought not to be there.

diffstat:

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

diffs (36 lines):

diff -r d0913dbec014 -r aad8eb47981f share/man/man9/uvm.9
--- a/share/man/man9/uvm.9      Sat Aug 13 05:38:45 2005 +0000
+++ b/share/man/man9/uvm.9      Sat Aug 13 09:49:58 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uvm.9,v 1.65 2005/05/11 05:40:46 skrll Exp $
+.\"    $NetBSD: uvm.9,v 1.66 2005/08/13 09:49:58 jmmv Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -114,7 +114,7 @@
 .br
 .Fn uvm_map "struct vm_map *map" "vaddr_t *startp" "vsize_t size" "struct uvm_object *uobj" "voff_t uoffset" "vsize_t align" "uvm_flag_t flags" ;
 .Pp
-.Ft int
+.Ft void
 .br
 .Fn uvm_unmap "struct vm_map *map" "vaddr_t start" "vaddr_t end" ;
 .Pp
@@ -524,7 +524,7 @@
 .Pp
 .Ft struct vm_map *
 .br
-.Fn uvm_km_suballoc "struct vm_map *map" "vaddr_t *min" "vaddr_t *max " "vsize_t size" "boolean_t pageable" "boolean_t fixed" "struct vm_map *submap" ;
+.Fn uvm_km_suballoc "struct vm_map *map" "vaddr_t *min" "vaddr_t *max" "vsize_t size" "boolean_t pageable" "boolean_t fixed" "struct vm_map *submap" ;
 .Pp
 .Fn uvm_km_alloc
 allocates
@@ -806,7 +806,7 @@
 .Fn uvm_loan
 loans pages in a map out to anons or to the kernel.
 .Fa map
-should be unlocked ,
+should be unlocked,
 .Fa start
 and
 .Fa len



Home | Main Index | Thread Index | Old Index