Module Name: src
Committed By: jruoho
Date: Sun Dec 19 08:31:39 UTC 2010
Modified Files:
src/share/man/man8: security.8
Log Message:
Xref ssp(3) and clean SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man8/security.8
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/man8/security.8
diff -u src/share/man/man8/security.8:1.26 src/share/man/man8/security.8:1.27
--- src/share/man/man8/security.8:1.26 Wed Apr 21 06:00:06 2010
+++ src/share/man/man8/security.8 Sun Dec 19 08:31:38 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: security.8,v 1.26 2010/04/21 06:00:06 jruoho Exp $
+.\" $NetBSD: security.8,v 1.27 2010/12/19 08:31:38 jruoho Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 21, 2010
+.Dd December 19, 2010
.Dt SECURITY 8
.Os
.Sh NAME
@@ -382,12 +382,10 @@
# sysctl -w security.curtain=1
.Ed
.Sh SEE ALSO
-.Xr sysctl 3 ,
+.Xr ssp 3 ,
.Xr options 4 ,
.Xr paxctl 8 ,
.Xr sysctl 8 ,
-.Xr veriexec 8 ,
-.Xr veriexecctl 8 ,
-.Xr veriexecgen 8
+.Xr veriexec 8
.Sh AUTHORS
.An Elad Efrat Aq [email protected]