diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-06 16:26:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-06 16:26:08 +0000 |
commit | 147f0abb099c54108f05d952e7a4c6909a3d3b97 (patch) | |
tree | 4bcb97e43fd06cea9510dcb72b422c874b614c06 /share/man/man9 | |
parent | 1ae564abb94ba045a3a33c9147b82dd60e66d252 (diff) |
typo fix; from tanner
ok art
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/uvm.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 9ff7d28dbd5..3adb7515243 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.33 2007/09/10 18:49:42 miod Exp $ +.\" $OpenBSD: uvm.9,v 1.34 2008/05/06 16:26:07 jmc Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -30,7 +30,7 @@ .\" XXX this manual sets nS to 1 or 0 in the description, to obtain .\" synopsis-like function prototypes. any better way? .\" -.Dd $Mdocdate: September 10 2007 $ +.Dd $Mdocdate: May 6 2008 $ .Dt UVM 9 .Os .Sh NAME @@ -646,7 +646,7 @@ or the anonymous memory .Fa anon , which must be locked by the caller. Only one of -.Fa off +.Fa anon and .Fa uobj can be non |