Module Name: src
Committed By: wiz
Date: Mon Mar 23 08:11:10 UTC 2015
Modified Files:
src/share/man/man9: uvm.9
Log Message:
Bump date for previous. Use more markup in AUTHORS section.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 src/share/man/man9/uvm.9:1.109
--- src/share/man/man9/uvm.9:1.108 Mon Mar 23 08:00:33 2015
+++ src/share/man/man9/uvm.9 Mon Mar 23 08:11:10 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: uvm.9,v 1.108 2015/03/23 08:00:33 riastradh Exp $
+.\" $NetBSD: uvm.9,v 1.109 2015/03/23 08:11:10 wiz 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 July 2, 2012
+.Dd March 23, 2015
.Dt UVM 9
.Os
.Sh NAME
@@ -687,18 +687,19 @@ Charles D. Cranor.
UVM appeared in
.Nx 1.4 .
.Sh AUTHORS
-Charles D. Cranor
-.Aq [email protected]
+.An -nosplit
+.An Charles D. Cranor
+.Aq Mt [email protected]
designed and implemented UVM.
.Pp
-Matthew Green
-.Aq [email protected]
+.An Matthew Green
+.Aq Mt [email protected]
wrote the swap-space management code and handled the logistical issues
involved with merging UVM into the
.Nx
source tree.
.Pp
-Chuck Silvers
-.Aq [email protected]
+.An Chuck Silvers
+.Aq Mt [email protected]
implemented the aobj pager, thus allowing UVM to support System V shared
memory and process swapping.