Document PROT_NONE.

This commit is contained in:
kleink 1998-01-10 14:54:56 +00:00
parent 24ca7df4ba
commit c8b10b78af
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mmap.2,v 1.10 1997/12/15 04:00:08 mrg Exp $
.\" $NetBSD: mmap.2,v 1.11 1998/01/10 14:54:56 kleink Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -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