Module Name: src
Committed By: wiz
Date: Mon Sep 9 07:46:49 UTC 2019
Modified Files:
src/lib/libc/sys: mprotect.2
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/mprotect.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/mprotect.2
diff -u src/lib/libc/sys/mprotect.2:1.28 src/lib/libc/sys/mprotect.2:1.29
--- src/lib/libc/sys/mprotect.2:1.28 Sun Sep 8 22:35:44 2019
+++ src/lib/libc/sys/mprotect.2 Mon Sep 9 07:46:49 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: mprotect.2,v 1.28 2019/09/08 22:35:44 sevan Exp $
+.\" $NetBSD: mprotect.2,v 1.29 2019/09/09 07:46:49 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,7 +55,6 @@ The protections (region accessibility) a
argument by
.Tn OR Ns 'ing
the following values:
-.Pp
.Bl -tag -width "Dv MAP_WRITE" -offset indent
.It Dv PROT_EXEC
Pages may be executed.