Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Use Nx.



details:   https://anonhg.NetBSD.org/src/rev/cd46982a6df2
branches:  trunk
changeset: 823920:cd46982a6df2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 14 12:29:10 2017 +0000

description:
Use Nx.

diffstat:

 lib/libc/sys/mmap.2 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r fa74d9eafd6c -r cd46982a6df2 lib/libc/sys/mmap.2
--- a/lib/libc/sys/mmap.2       Sun May 14 11:46:22 2017 +0000
+++ b/lib/libc/sys/mmap.2       Sun May 14 12:29:10 2017 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index