diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2001-02-11 19:30:41 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2001-02-11 19:30:41 +0000 |
| commit | 6bd7c68cf0b7e4e026469b48e6e01d159a3f2872 (patch) | |
| tree | 783ec2a2462cbe9f610a600058b5a6cc9aab77c9 /lib/libc | |
| parent | 59b58b1622e88e74af186659f752980ec8b3cb33 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 3d833add0ca6..342a3702e17f 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 |
