diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-06-30 17:57:16 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-06-30 17:57:16 +0000 |
commit | fb91e4f1c8d2c5caca83dd8476290127c77a7c07 (patch) | |
tree | d7cf5794ce54939a18e58081bbc2d2b64d2838da | |
parent | 4ad90748a04d28c38131c3276485fcf89a9f1fb6 (diff) |
Update to reflect that UVM_INH_ZERO has replaced UVM_INH_DONATE.
-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 cf0cbdd57a3..953abb1526e 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.53 2014/05/29 07:25:49 jmc Exp $ +.\" $OpenBSD: uvm.9,v 1.54 2014/06/30 17:57:15 matthew 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: May 29 2014 $ +.Dd $Mdocdate: June 30 2014 $ .Dt UVM 9 .Os .Sh NAME @@ -238,7 +238,7 @@ can take are: #define UVM_INH_SHARE 0x00 /* "share" */ #define UVM_INH_COPY 0x10 /* "copy" */ #define UVM_INH_NONE 0x20 /* "none" */ -#define UVM_INH_DONATE 0x30 /* "donate" << not used */ +#define UVM_INH_ZERO 0x30 /* "zero" */ .Ed .Pp The values that |