Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Fix xref; security(8) -> security(7).
details: https://anonhg.NetBSD.org/src/rev/39ca521bfb41
branches: trunk
changeset: 763471:39ca521bfb41
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Mar 21 04:42:50 2011 +0000
description:
Fix xref; security(8) -> security(7).
diffstat:
lib/libc/ssp/ssp.3 | 6 +++---
lib/libc/stdlib/alloca.3 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 38e20f79ba63 -r 39ca521bfb41 lib/libc/ssp/ssp.3
--- a/lib/libc/ssp/ssp.3 Mon Mar 21 02:10:10 2011 +0000
+++ b/lib/libc/ssp/ssp.3 Mon Mar 21 04:42:50 2011 +0000
@@ -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
diff -r 38e20f79ba63 -r 39ca521bfb41 lib/libc/stdlib/alloca.3
--- a/lib/libc/stdlib/alloca.3 Mon Mar 21 02:10:10 2011 +0000
+++ b/lib/libc/stdlib/alloca.3 Mon Mar 21 04:42:50 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index