diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-29 17:33:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-29 17:33:46 +0000 |
commit | bc30c72e24b525bd539350b85c11b32ddb423827 (patch) | |
tree | 850273fedba9e2b79f63f61d5ebd848006252ec4 /share/man | |
parent | 1b6c44068cffc65d809b78f7646a6403fcf6d640 (diff) |
fix the history and tag the names proper
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/uvm.9 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 2efc0500948..4d9485e6d0c 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.8 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: uvm.9,v 1.9 2001/12/29 17:33:45 mickey Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -936,17 +936,22 @@ UVM is also further documented in a August 1998 dissertation by Charles D. Cranor. .Pp UVM appeared in -.Nx 1.4 . +.Ox 2.9 . .Sh AUTHORS -Charles D. Cranor <chuck@ccrc.wustl.edu> designed and implemented UVM. +.An Charles D. Cranor Aq chuck@ccrc.wustl.edu +designed and implemented UVM. .Pp -Matthew Green <mrg@eterna.com.au> wrote the swap-space management code -and handled the logistical issues involved with merging UVM into the -.Nx -source tree. +.An Matthew Green Aq mrg@eterna.com.au +wrote the swap-space management code. .Pp -Chuck Silvers <chuq@chuq.com> implemented the aobj pager, thus allowing +.An Chuck Silvers Aq <chuq@chuq.com> +implemented the aobj pager, thus allowing UVM to support System V shared memory and process swapping. +.Pp +.An Artur Grabowski Aq art@openbsd.org +handled the logistical issues involved with merging UVM into the +.Ox +source tree. .Sh SEE ALSO .Xr getloadavg 3 , .Xr kvm 3 , |