diff options
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r-- | lib/libc/sys/mprotect.2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index ba41a16bd21..447c29bac1e 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mprotect.2,v 1.16 2013/03/31 08:28:21 guenther Exp $ +.\" $OpenBSD: mprotect.2,v 1.17 2014/02/13 07:30:39 guenther Exp $ .\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mprotect.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: March 31 2013 $ +.Dd $Mdocdate: February 13 2014 $ .Dt MPROTECT 2 .Os .Sh NAME @@ -62,9 +62,7 @@ The protections (region accessibility) are specified in the argument. It should either be .Dv PROT_NONE -or a bitwise-inclusive -.Tn OR -of one or more of the following values: +or the bitwise OR of one or more of the following values: .Pp .Bl -tag -width "PROT_WRITEXX" -offset indent -compact .It Dv PROT_EXEC |