summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mprotect.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r--lib/libc/sys/mprotect.211
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2
index 312950f..909b240 100644
--- a/lib/libc/sys/mprotect.2
+++ b/lib/libc/sys/mprotect.2
@@ -58,14 +58,15 @@ and end addresses of a
.Pp
Currently these protection bits are known,
which can be combined, OR'd together:
-.Bl -tag width "PROT_WRITE"
-.It PROT_NONE
+.Pp
+.Bl -tag -width ".Dv PROT_WRITE" -compact
+.It Dv PROT_NONE
No permissions at all.
-.It PROT_READ
+.It Dv PROT_READ
The pages can be read.
-.It PROT_WRITE
+.It Dv PROT_WRITE
The pages can be written.
-.It PROT_EXEC
+.It Dv PROT_EXEC
The pages can be executed.
.El
.Sh RETURN VALUES
OpenPOWER on IntegriCloud