diff options
author | nik <nik@FreeBSD.org> | 2001-02-11 19:30:41 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-02-11 19:30:41 +0000 |
commit | 5e119dda312f94766b1ec1e98dd0cf792c9eff21 (patch) | |
tree | ae55f6c6bc5aea77301000edd81f18a26b51a5dd | |
parent | 9fc53ff195fef18d86d12b3dd65d5b839c5a7afe (diff) | |
download | FreeBSD-src-5e119dda312f94766b1ec1e98dd0cf792c9eff21.zip FreeBSD-src-5e119dda312f94766b1ec1e98dd0cf792c9eff21.tar.gz |
Mention PROT_NONE in the list of possible protections.
Pointed out by: kris
-rw-r--r-- | lib/libc/sys/mmap.2 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |