summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mprotect.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-23 01:47:49 +0000
committerru <ru@FreeBSD.org>2003-02-23 01:47:49 +0000
commit8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b (patch)
tree2787ed91230b556f29b4112a26671b984d10687f /lib/libc/sys/mprotect.2
parente69b77263826a0c5856a502fd9be47a75435d65c (diff)
downloadFreeBSD-src-8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b.zip
FreeBSD-src-8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b.tar.gz
mdoc(7) police: markup laundry.
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