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 to uvm_map documentation, approved bu Chu...



details:   https://anonhg.NetBSD.org/src/rev/cf59285cbabf
branches:  trunk
changeset: 544041:cf59285cbabf
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Mar 09 18:28:59 2003 +0000

description:
Fix to uvm_map documentation, approved bu Chuck Silvers:
uvm_map size parameter is not in PAGE_SIZE units, it is a multiple of PAGE_SIZE.

diffstat:

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

diffs (21 lines):

diff -r 3bfaf1114781 -r cf59285cbabf share/man/man9/uvm.9
--- a/share/man/man9/uvm.9      Sun Mar 09 17:57:50 2003 +0000
+++ b/share/man/man9/uvm.9      Sun Mar 09 18:28:59 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uvm.9,v 1.37 2002/11/17 08:32:44 chs Exp $
+.\"    $NetBSD: uvm.9,v 1.38 2003/03/09 18:28:59 manu Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -145,9 +145,8 @@
 which must be unlocked.
 The new mapping has size
 .Fa size ,
-which must be in
-.Dv PAGE_SIZE
-units.
+which must a multiple of 
+.Dv PAGE_SIZE .
 The
 .Fa uobj
 and



Home | Main Index | Thread Index | Old Index