Reference __builtin_object_size(3) and attribute(3) with each other.

This commit is contained in:
jruoho 2010-12-16 17:50:39 +00:00
parent 2b22938736
commit 595da22eed
2 changed files with 5 additions and 3 deletions

View File

@ -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 @@ and the minimum size when
.Dv \*[Am] 2 != 0 .
.Sh SEE ALSO
.Xr gcc 1 ,
.Xr attribute 3 ,
.Xr ssp 3
.Sh HISTORY
The

View File

@ -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 @@ are very limited.
.El
.Sh SEE ALSO
.Xr gcc 1 ,
.Xr __builtin_object_size 3 ,
.Xr cdefs 3 ,
.Xr c 7
.Sh CAVEATS