Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Reference stddef(3).



details:   https://anonhg.NetBSD.org/src/rev/e40a4dc706d5
branches:  trunk
changeset: 753238:e40a4dc706d5
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Mar 21 12:36:21 2010 +0000

description:
Reference stddef(3).

diffstat:

 share/man/man3/offsetof.3 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d2fdd7e0eb3a -r e40a4dc706d5 share/man/man3/offsetof.3
--- a/share/man/man3/offsetof.3 Sun Mar 21 12:30:24 2010 +0000
+++ b/share/man/man3/offsetof.3 Sun Mar 21 12:36:21 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: offsetof.3,v 1.1 2010/02/27 22:04:38 wiz Exp $
+.\"    $NetBSD: offsetof.3,v 1.2 2010/03/21 12:36:21 jruoho Exp $
 .\"
 .\"    $OpenBSD: offsetof.3,v 1.2 2010/02/18 18:30:19 jmc Exp $
 .\"
@@ -41,6 +41,8 @@
 A compiler error will result if
 .Ar member
 is not aligned to a byte boundary (i.e. it is a bit-field).
+.Sh SEE ALSO
+.Xr stddef 3
 .Sh STANDARDS
 The
 .Fn offsetof



Home | Main Index | Thread Index | Old Index