Module Name: src
Committed By: skrll
Date: Fri Jan 17 12:34:55 UTC 2020
Modified Files:
src/share/man/man9: uvm_hotplug.9
Log Message:
Add '_p' to uvm_physseg_valid to match the function. Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/uvm_hotplug.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/uvm_hotplug.9
diff -u src/share/man/man9/uvm_hotplug.9:1.5 src/share/man/man9/uvm_hotplug.9:1.6
--- src/share/man/man9/uvm_hotplug.9:1.5 Sat Nov 30 02:47:14 2019
+++ src/share/man/man9/uvm_hotplug.9 Fri Jan 17 12:34:55 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: uvm_hotplug.9,v 1.5 2019/11/30 02:47:14 riastradh Exp $
+.\" $NetBSD: uvm_hotplug.9,v 1.6 2020/01/17 12:34:55 skrll Exp $
.\"
.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,12 +27,12 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 20, 2016
+.Dd January 17, 2020
.Dt UVM_HOTPLUG 9
.Os
.Sh NAME
.Nm uvm_physseg_init ,
-.Nm uvm_physseg_valid ,
+.Nm uvm_physseg_valid_p ,
.Nm uvm_physseg_get_start ,
.Nm uvm_physseg_get_end ,
.Nm uvm_physseg_get_avail_start ,
@@ -280,7 +280,7 @@ depending on success or failure respecti
.Sh UTILITY FUNCTIONS
.Bl -ohang
.It Ft bool
-.Fn uvm_physseg_valid "uvm_physseg_t upm"
+.Fn uvm_physseg_valid_p "uvm_physseg_t upm"
.It Ft paddr_t
.Fn uvm_physseg_get_start "uvm_physseg_t upm"
.It Ft paddr_t
@@ -317,7 +317,7 @@ depending on success or failure respecti
.Fn uvm_physseg_set_avail_end "uvm_physseg_t upm" "paddr_t avail_end"
.El
.Pp
-.Fn uvm_physseg_valid
+.Fn uvm_physseg_valid_p
validates a handle that is passed in, returns
.Fa true
if the given handle is valid,