Module Name: src
Committed By: wiz
Date: Thu Apr 28 11:57:08 UTC 2011
Modified Files:
src/usr.sbin/paxctl: paxctl.8
Log Message:
security(7), not (8).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/paxctl/paxctl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/paxctl/paxctl.8
diff -u src/usr.sbin/paxctl/paxctl.8:1.11 src/usr.sbin/paxctl/paxctl.8:1.12
--- src/usr.sbin/paxctl/paxctl.8:1.11 Thu Sep 17 08:07:17 2009
+++ src/usr.sbin/paxctl/paxctl.8 Thu Apr 28 11:57:08 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: paxctl.8,v 1.11 2009/09/17 08:07:17 plunky Exp $
+.\" $NetBSD: paxctl.8,v 1.12 2011/04/28 11:57:08 wiz Exp $
.\"
.\" Copyright 2006 Elad Efrat <[email protected]>
.\" Copyright 2008 Christos Zoulas <[email protected]>
@@ -41,7 +41,7 @@
The PaX flags signify to the loader the privilege protections to be applied
to mapped memory pages, and fuller explanations of the specific protections
can be found in the
-.Xr security 8
+.Xr security 7
manpage.
.Pp
Each flag can be prefixed either with a
@@ -88,7 +88,7 @@
.Xr sysctl 3 ,
.Xr options 4 ,
.Xr elf 5 ,
-.Xr security 8 ,
+.Xr security 7 ,
.Xr sysctl 8 ,
.Xr fileassoc 9
.Sh HISTORY