Module Name: src
Committed By: rmind
Date: Mon Aug 3 19:18:27 UTC 2009
Modified Files:
src/share/man/man9: ubc.9
Log Message:
ubc(9): add "core references" and "see also", ubc_unmap -> ubc_release.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man9/ubc.9:1.2
--- src/share/man/man9/ubc.9:1.1 Mon Aug 3 19:08:48 2009
+++ src/share/man/man9/ubc.9 Mon Aug 3 19:18:27 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: ubc.9,v 1.1 2009/08/03 19:08:48 rmind Exp $
+.\" $NetBSD: ubc.9,v 1.2 2009/08/03 19:18:27 rmind Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -111,11 +111,31 @@
parameter takes the same arguments as
.Fn ubc_alloc
and
-.Fn ubc_unmap .
+.Fn ubc_release .
Additionally, the flag
.Dv UBC_PARTIALOK
can be provided to indicate that it is acceptable to return if an error
occurs mid-transfer.
+.Sh CODE REFERENCES
+This section describes places within the
+.Nx
+source tree where actual code implementing the
+.Nm
+subsystem
+can be found.
+All pathnames are relative to
+.Pa /usr/src .
+.Pp
+The
+.Nm
+subsystem is implemented within the file
+.Pa sys/uvm/uvm_bio.c .
+.Sh SEE ALSO
+.Xr pmap 9 ,
+.Xr uiomove 9 ,
+.Xr uvm 9 ,
+.Xr vnode 9 ,
+.Xr vnodeops 9
.Sh HISTORY
UBC first appeared in
.Nx 1.6 .