diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 21:57:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 21:57:26 +0000 |
commit | 29f74658bd7a641c75add7fdae15e2eb80aef9bc (patch) | |
tree | de222fcb8f6a3aaa635ec36fe10a73d412d13640 /share | |
parent | a665038655ecacaf31f88003398dfa8f8b8cb1d6 (diff) |
typo;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/uvm.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 177b4fce24f..159b4089016 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.21 2003/05/03 19:59:40 jmc Exp $ +.\" $OpenBSD: uvm.9,v 1.22 2003/05/10 21:57:25 jmc Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -718,7 +718,7 @@ The function loads physical memory segments into VM space on the specified .Fa free_list . .Fn uvm_page_physload -must be called at system boot time to setup physical memory management pages. +must be called at system boot time to set up physical memory management pages. The arguments describe the .Fa start and |