Module Name: src
Committed By: abhinav
Date: Thu Apr 6 09:52:32 UTC 2017
Modified Files:
src/share/man/man9: ubc.9
Log Message:
Use Xr to refer uiomove(9) and kcopy(9)
Add kcopy(9) to SEE ALSO as well
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/ubc.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/ubc.9
diff -u src/share/man/man9/ubc.9:1.12 src/share/man/man9/ubc.9:1.13
--- src/share/man/man9/ubc.9:1.12 Thu Apr 6 09:41:05 2017
+++ src/share/man/man9/ubc.9 Thu Apr 6 09:52:32 2017
@@ -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 @@ Makes sense only for write.
.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 @@ The
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 ,