From 5e119dda312f94766b1ec1e98dd0cf792c9eff21 Mon Sep 17 00:00:00 2001 From: nik Date: Sun, 11 Feb 2001 19:30:41 +0000 Subject: Mention PROT_NONE in the list of possible protections. Pointed out by: kris --- lib/libc/sys/mmap.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 3d833ad..342a370 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -88,6 +88,8 @@ Pages may be executed. Pages may be read. .It Dv PROT_WRITE Pages may be written. +.It Dv PROT_NONE +Pages may not be accessed. .El .Pp The -- cgit v1.1