Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Reference __builtin_object_size(3) and attribute(3) with eac...



details:   https://anonhg.NetBSD.org/src/rev/aa3f8ee231c2
branches:  trunk
changeset: 759789:aa3f8ee231c2
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Dec 16 17:50:39 2010 +0000

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

diffstat:

 lib/libc/ssp/__builtin_object_size.3 |  5 +++--
 share/man/man3/attribute.3           |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 5cda00ee5f3e -r aa3f8ee231c2 lib/libc/ssp/__builtin_object_size.3
--- a/lib/libc/ssp/__builtin_object_size.3      Thu Dec 16 17:50:13 2010 +0000
+++ b/lib/libc/ssp/__builtin_object_size.3      Thu Dec 16 17:50:39 2010 +0000
@@ -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
diff -r 5cda00ee5f3e -r aa3f8ee231c2 share/man/man3/attribute.3
--- a/share/man/man3/attribute.3        Thu Dec 16 17:50:13 2010 +0000
+++ b/share/man/man3/attribute.3        Thu Dec 16 17:50:39 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index