Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 update prototype for uvm_map_pageable()



details:   https://anonhg.NetBSD.org/src/rev/4491273ec6df
branches:  trunk
changeset: 508851:4491273ec6df
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Apr 21 08:34:11 2001 +0000

description:
update prototype for uvm_map_pageable()
XXX there are probably more things which need an update here

diffstat:

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

diffs (18 lines):

diff -r b043a125f7b0 -r 4491273ec6df share/man/man9/uvm.9
--- a/share/man/man9/uvm.9      Sat Apr 21 08:22:44 2001 +0000
+++ b/share/man/man9/uvm.9      Sat Apr 21 08:34:11 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uvm.9,v 1.18 2001/04/06 15:53:43 wiz Exp $
+.\"    $NetBSD: uvm.9,v 1.19 2001/04/21 08:34:11 jdolecek Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -109,7 +109,7 @@
 .Ft int
 .Fn uvm_map "vm_map_t map" "vaddr_t *startp" "vsize_t size" "struct uvm_object *uobj" "voff_t uoffset" "uvm_flag_t flags"
 .Ft int
-.Fn uvm_map_pageable "vm_map_t map" "vaddr_t start" "vaddr_t end" "boolean_t new_pageable"
+.Fn uvm_map_pageable "vm_map_t map" "vaddr_t start" "vaddr_t end" "boolean_t new_pageable" "int lockflags"
 .Ft boolean_t
 .Fn uvm_map_checkprot "vm_map_t map" "vaddr_t start" "vaddr_t end" "vm_prot_t protection"
 .Ft int



Home | Main Index | Thread Index | Old Index