Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Use Xr to refer uiomove(9) and kcopy(9)
details: https://anonhg.NetBSD.org/src/rev/a41321503754
branches: trunk
changeset: 352527:a41321503754
user: abhinav <abhinav%NetBSD.org@localhost>
date: Thu Apr 06 09:52:32 2017 +0000
description:
Use Xr to refer uiomove(9) and kcopy(9)
Add kcopy(9) to SEE ALSO as well
diffstat:
share/man/man9/ubc.9 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r eb1fd1ea1853 -r a41321503754 share/man/man9/ubc.9
--- a/share/man/man9/ubc.9 Thu Apr 06 09:41:05 2017 +0000
+++ b/share/man/man9/ubc.9 Thu Apr 06 09:52:32 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ubc.9,v 1.12 2017/04/06 09:41:05 wiz Exp $
+.\" $NetBSD: ubc.9,v 1.13 2017/04/06 09:52:32 abhinav Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -84,9 +84,9 @@
.Pp
Once the mapping is created, it must be accessed only by methods that can
handle faults, such as
-.Fn uiomove
+.Xr uiomove 9
or
-.Fn kcopy .
+.Xr kcopy 9 .
Page faults on the mapping will result in the object's pager
method being called to resolve the fault.
.Pp
@@ -137,6 +137,7 @@
subsystem is implemented within the file
.Pa sys/uvm/uvm_bio.c .
.Sh SEE ALSO
+.Xr kcopy 9 ,
.Xr pmap 9 ,
.Xr uiomove 9 ,
.Xr uvm 9 ,
Home |
Main Index |
Thread Index |
Old Index