Module Name: src
Committed By: jruoho
Date: Sat Apr 17 06:38:13 UTC 2010
Modified Files:
src/share/man/man9: uvm.9
Log Message:
Add USENIX paper to SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/share/man/man9/uvm.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.9
diff -u src/share/man/man9/uvm.9:1.101 src/share/man/man9/uvm.9:1.102
--- src/share/man/man9/uvm.9:1.101 Mon Dec 21 20:57:31 2009
+++ src/share/man/man9/uvm.9 Sat Apr 17 06:38:13 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: uvm.9,v 1.101 2009/12/21 20:57:31 matt Exp $
+.\" $NetBSD: uvm.9,v 1.102 2010/04/17 06:38:13 jruoho Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 21, 2009
+.Dd April 17, 2010
.Dt UVM 9
.Os
.Sh NAME
@@ -1033,6 +1033,16 @@
.Xr memoryallocators 9 ,
.Xr pmap 9 ,
.Xr ubc 9
+.Rs
+.%A Charles D. Cranor
+.%A Gurudatta M. Parulkar
+.%T "The UVM Virtual Memory System"
+.%I USENIX Association
+.%B Proceedings of the USENIX Annual Technical Conference
+.%P 117-130
+.%D June 6-11, 1999
+.%U http://www.usenix.org/event/usenix99/full_papers/cranor/cranor.pdf
+.Re
.Sh HISTORY
UVM is a new VM system developed at Washington University in St. Louis
(Missouri).