Module Name:    src
Committed By:   wiz
Date:           Sun May 14 12:29:10 UTC 2017

Modified Files:
        src/lib/libc/sys: mmap.2

Log Message:
Use Nx.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/mmap.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/mmap.2
diff -u src/lib/libc/sys/mmap.2:1.49 src/lib/libc/sys/mmap.2:1.50
--- src/lib/libc/sys/mmap.2:1.49	Sat May  6 21:34:51 2017
+++ src/lib/libc/sys/mmap.2	Sun May 14 12:29:10 2017
@@ -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 .

Reply via email to