Module Name: src Committed By: jruoho Date: Thu Dec 16 17:50:39 UTC 2010
Modified Files: src/lib/libc/ssp: __builtin_object_size.3 src/share/man/man3: attribute.3 Log Message: Reference __builtin_object_size(3) and attribute(3) with each other. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/ssp/__builtin_object_size.3 cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/attribute.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/__builtin_object_size.3 diff -u src/lib/libc/ssp/__builtin_object_size.3:1.5 src/lib/libc/ssp/__builtin_object_size.3:1.6 --- src/lib/libc/ssp/__builtin_object_size.3:1.5 Thu Apr 22 13:41:40 2010 +++ src/lib/libc/ssp/__builtin_object_size.3 Thu Dec 16 17:50:39 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: __builtin_object_size.3,v 1.5 2010/04/22 13:41:40 jruoho Exp $ +.\" $NetBSD: __builtin_object_size.3,v 1.6 2010/12/16 17:50:39 jruoho Exp $ .\" .\" Copyright (c) 2007 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -28,7 +28,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd April 22, 2010 +.Dd December 16, 2010 .Dt __BUILTIN_OBJECT_SIZE 3 .Os .Sh NAME @@ -78,6 +78,7 @@ .Dv \*[Am] 2 != 0 . .Sh SEE ALSO .Xr gcc 1 , +.Xr attribute 3 , .Xr ssp 3 .Sh HISTORY The Index: src/share/man/man3/attribute.3 diff -u src/share/man/man3/attribute.3:1.5 src/share/man/man3/attribute.3:1.6 --- src/share/man/man3/attribute.3:1.5 Thu Dec 16 17:47:54 2010 +++ src/share/man/man3/attribute.3 Thu Dec 16 17:50:39 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: attribute.3,v 1.5 2010/12/16 17:47:54 jruoho Exp $ +.\" $NetBSD: attribute.3,v 1.6 2010/12/16 17:50:39 jruoho Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -224,6 +224,7 @@ .El .Sh SEE ALSO .Xr gcc 1 , +.Xr __builtin_object_size 3 , .Xr cdefs 3 , .Xr c 7 .Sh CAVEATS