diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-03-26 16:03:21 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-03-26 16:03:21 +0000 |
commit | c37a763f345e5c0c4fcbb14d0765e4823c653bb7 (patch) | |
tree | 00476ff36c88165a4503611e3461fca7ac2bbec2 /share | |
parent | 4f48b372a1d4de8c946abe5992cf8050108b0105 (diff) |
Change some return value descriptions from "standard UVM return value"
to "standard errno", since that is what it is now.
noted by jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/uvm.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 61d147d8e7e..cfa2957e203 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.30 2007/03/26 08:28:09 art Exp $ +.\" $OpenBSD: uvm.9,v 1.31 2007/03/26 16:03:20 art Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -276,7 +276,7 @@ and macros return the protection, inheritance, maximum protection and advice, respectively. .Fn uvm_map -returns a standard UVM return value. +returns a standard errno. .Pp The .Fn uvm_map_pageable @@ -310,7 +310,7 @@ contain .Fn uvm_map_pageable and .Fn uvm_map_pageable_all -return a standard UVM return value. +return a standard errno. .Pp The .Fn uvm_map_checkprot @@ -342,7 +342,7 @@ also setting the maximum protection to the region to if .Fa set_max is non-zero. -This function returns a standard UVM return value. +This function returns a standard errno. .Pp The .Fn uvm_deallocate @@ -420,7 +420,7 @@ describing the type of fault, and .Fa access_type describing the type of access requested. .Fn uvm_fault -returns a standard UVM return value. +returns a standard errno. .Sh MEMORY MAPPING FILES AND DEVICES .nr nS 1 .Ft struct uvm_object * |