Use Nx.
This commit is contained in:
parent
e6f0959625
commit
cf1b0d459d
|
@ -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
|
.\" Copyright (c) 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -87,7 +87,9 @@ Pages may be written.
|
||||||
.It Dv PROT_NONE
|
.It Dv PROT_NONE
|
||||||
Placeholder when requesting no access permission.
|
Placeholder when requesting no access permission.
|
||||||
.El
|
.El
|
||||||
As a NetBSD extension,
|
As a
|
||||||
|
.Nx
|
||||||
|
extension,
|
||||||
.Dv PROT_MPROTECT
|
.Dv PROT_MPROTECT
|
||||||
can be used to request additional permissions for later use with
|
can be used to request additional permissions for later use with
|
||||||
.Fn mprotect 2 .
|
.Fn mprotect 2 .
|
||||||
|
|
Loading…
Reference in New Issue