This commit is contained in:
wiz 2017-05-14 12:29:10 +00:00
parent e6f0959625
commit cf1b0d459d
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mmap.2,v 1.49 2017/05/06 21:34:51 joerg Exp $
.\" $NetBSD: mmap.2,v 1.50 2017/05/14 12:29:10 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -87,7 +87,9 @@ Pages may be written.
.It Dv PROT_NONE
Placeholder when requesting no access permission.
.El
As a NetBSD extension,
As a
.Nx
extension,
.Dv PROT_MPROTECT
can be used to request additional permissions for later use with
.Fn mprotect 2 .