summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-19 01:20:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-19 01:20:31 +0000
commit614af33d6f618e1f0274bcef2762266ff6c2f85e (patch)
tree4eeeeb4acb09926deea828c4e90461a3926ea89c
parent24d54fc5cf7f47253afb5b3d9fe73a00dc7b0017 (diff)
"papers by published" -> "papers published by"; Dave Steinberg
-rw-r--r--share/man/man9/uvm.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9
index f55930b4b0b..9671fd22d49 100644
--- a/share/man/man9/uvm.9
+++ b/share/man/man9/uvm.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uvm.9,v 1.15 2002/11/08 08:08:47 mpech Exp $
+.\" $OpenBSD: uvm.9,v 1.16 2002/12/19 01:20:30 millert Exp $
.\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
@@ -1042,8 +1042,8 @@ UVM's basic structure is based on the
.Bx 4.4
VM system.
UVM's new anonymous memory system is based on the
-anonymous memory system found in the SunOS4 VM (as described in papers by
-published Sun Microsystems, Inc.).
+anonymous memory system found in the SunOS4 VM (as described in papers
+published by Sun Microsystems, Inc.).
UVM also includes a number of feature
new to
.Bx