Module Name: src
Committed By: jruoho
Date: Fri Mar 18 22:19:31 UTC 2011
Modified Files:
src/share/man/man4: options.4 veriexec.4
Log Message:
Fix xref; security(8) -> security(7).
To generate a diff of this commit:
cvs rdiff -u -r1.402 -r1.403 src/share/man/man4/options.4
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/veriexec.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.402 src/share/man/man4/options.4:1.403
--- src/share/man/man4/options.4:1.402 Fri Mar 18 22:16:25 2011
+++ src/share/man/man4/options.4 Fri Mar 18 22:19:31 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.402 2011/03/18 22:16:25 jruoho Exp $
+.\" $NetBSD: options.4,v 1.403 2011/03/18 22:19:31 jruoho Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -2284,7 +2284,7 @@
.Xr paxctl 8 .
.Pp
See
-.Xr security 8
+.Xr security 7
for more details.
.It Cd options PAX_SEGVGUARD=value
Enables PaX Segvguard.
@@ -2303,7 +2303,7 @@
.Xr paxctl 8 .
.Pp
See
-.Xr security 8
+.Xr security 7
for more details.
.It Cd options PAX_ASLR=value
Enables PaX ASLR.
@@ -2322,7 +2322,7 @@
.Xr paxctl 8 .
.Pp
See
-.Xr security 8
+.Xr security 7
for more details.
.It Cd options USER_VA0_DISABLE_DEFAULT=value
Sets the initial value of the flag which controls whether user programs
Index: src/share/man/man4/veriexec.4
diff -u src/share/man/man4/veriexec.4:1.20 src/share/man/man4/veriexec.4:1.21
--- src/share/man/man4/veriexec.4:1.20 Wed Mar 11 13:49:54 2009
+++ src/share/man/man4/veriexec.4 Fri Mar 18 22:19:31 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexec.4,v 1.20 2009/03/11 13:49:54 joerg Exp $
+.\" $NetBSD: veriexec.4,v 1.21 2011/03/18 22:19:31 jruoho Exp $
.\"
.\" Copyright 2005 Elad Efrat <[email protected]>
.\" Copyright 2005 Brett Lymn <[email protected]>
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 10, 2008
+.Dd March 19, 2011
.Dt VERIEXEC 4
.Os
.Sh NAME
@@ -144,7 +144,7 @@
.Sh SEE ALSO
.Xr proplib 3 ,
.Xr sysctl 3 ,
-.Xr security 8 ,
+.Xr security 7 ,
.Xr sysctl 8 ,
.Xr veriexecctl 8 ,
.Xr veriexecgen 8 ,