summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-28 10:16:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-28 10:16:30 +0000
commit6d29ff2f3048736a61585e2e27a30f1e7237dc37 (patch)
tree76a58fc7c01db5ea16f8429b0dbafde07dd0d2cf /share/man
parentcb2c654d02c585c573b5f5b17b746b49b0e4b651 (diff)
zero'd -> zeroed;
ok art@, miod@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/uvm.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9
index 948477eb7e0..bbb44d5ab63 100644
--- a/share/man/man9/uvm.9
+++ b/share/man/man9/uvm.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uvm.9,v 1.18 2003/03/10 19:56:29 tedu Exp $
+.\" $OpenBSD: uvm.9,v 1.19 2003/03/28 10:16:29 jmc Exp $
.\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
@@ -652,7 +652,7 @@ The
can be any of:
.Bd -literal
#define UVM_PGA_USERESERVE 0x0001 /* ok to use reserve pages */
-#define UVM_PGA_ZERO 0x0002 /* returned page must be zero'd */
+#define UVM_PGA_ZERO 0x0002 /* returned page must be zeroed */
.Ed
.Pp
The