summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-01-18 11:15:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-01-18 11:15:34 +0000
commitbcfb60a3730b372b5cafd15e4e7783292f3e06b2 (patch)
treef70ebba2230c7b7bc9bdc087230182b4b9e52fff /lib
parentfae82e6120f2daf2ce9909ab46986c045bb164e9 (diff)
make the PROT_ list a little nicer;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mprotect.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2
index d67f978f85b..150de999888 100644
--- a/lib/libc/sys/mprotect.2
+++ b/lib/libc/sys/mprotect.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mprotect.2,v 1.11 2006/01/18 02:25:46 deraadt Exp $
+.\" $OpenBSD: mprotect.2,v 1.12 2006/01/18 11:15:33 jmc Exp $
.\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -58,7 +58,8 @@ The protections (region accessibility) are specified in the
argument by
.Tn OR Ns 'ing
the following values:
-.Bl -tag -width MAP_FIXEDX
+.Pp
+.Bl -tag -width "PROT_WRITEXX" -offset indent -compact
.It Dv PROT_EXEC
Pages may be executed.
.It Dv PROT_READ