summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-03 19:59:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-03 19:59:41 +0000
commitf0d24e23b64e8aa0cc9fa401951d111aa7982182 (patch)
tree20b4b29eb5d35bb43c980c908909783fef5c93b9 /share
parent34079b0e8aff4a0f7f0d6eaeb6e8f6c3bc207172 (diff)
removed typo introduced by myself;
spotted by wiz@netbsd.
Diffstat (limited to 'share')
-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 25926f37639..177b4fce24f 100644
--- a/share/man/man9/uvm.9
+++ b/share/man/man9/uvm.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uvm.9,v 1.20 2003/05/01 09:29:02 jmc Exp $
+.\" $OpenBSD: uvm.9,v 1.21 2003/05/03 19:59:40 jmc Exp $
.\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
@@ -108,7 +108,7 @@ processes are created.
.Pp
The
.Fn uvm_setpagesize
-function initialises the uvmexp members' pagesize (if not already done by
+function initialises the uvmexp members pagesize (if not already done by
machine-dependent code), pageshift and pagemask.
It should be called by machine-dependent code early in the
.Xr pmap_init 9