Module Name: src
Committed By: jruoho
Date: Mon Mar 21 04:42:51 UTC 2011
Modified Files:
src/lib/libc/ssp: ssp.3
src/lib/libc/stdlib: alloca.3
Log Message:
Fix xref; security(8) -> security(7).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/ssp/ssp.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdlib/alloca.3
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/ssp/ssp.3
diff -u src/lib/libc/ssp/ssp.3:1.5 src/lib/libc/ssp/ssp.3:1.6
--- src/lib/libc/ssp/ssp.3:1.5 Sun Dec 19 08:28:40 2010
+++ src/lib/libc/ssp/ssp.3 Mon Mar 21 04:42:50 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ssp.3,v 1.5 2010/12/19 08:28:40 jruoho Exp $
+.\" $NetBSD: ssp.3,v 1.6 2011/03/21 04:42:50 jruoho Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd December 19, 2010
+.Dd March 21, 2011
.Dt SSP 3
.Os
.Sh NAME
@@ -113,7 +113,7 @@
.Xr __builtin_object_size 3 ,
.Xr stdio 3 ,
.Xr string 3 ,
-.Xr security 8
+.Xr security 7
.Sh HISTORY
The
.Nm ssp
Index: src/lib/libc/stdlib/alloca.3
diff -u src/lib/libc/stdlib/alloca.3:1.13 src/lib/libc/stdlib/alloca.3:1.14
--- src/lib/libc/stdlib/alloca.3:1.13 Mon May 3 06:11:38 2010
+++ src/lib/libc/stdlib/alloca.3 Mon Mar 21 04:42:50 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: alloca.3,v 1.13 2010/05/03 06:11:38 jruoho Exp $
+.\" $NetBSD: alloca.3,v 1.14 2011/03/21 04:42:50 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)alloca.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd May 3, 2010
+.Dd March 21, 2011
.Dt ALLOCA 3
.Os
.Sh NAME
@@ -89,7 +89,7 @@
modifies the stack at runtime,
it causes problems to certain security features.
See
-.Xr security 8
+.Xr security 7
for a discussion.
.El
.\" .Sh HISTORY