Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 A small clarification in the example.
details: https://anonhg.NetBSD.org/src/rev/e5f50d2c798d
branches: trunk
changeset: 759926:e5f50d2c798d
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Dec 20 19:15:26 2010 +0000
description:
A small clarification in the example.
diffstat:
share/man/man3/__alignof__.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3aee57d42286 -r e5f50d2c798d share/man/man3/__alignof__.3
--- a/share/man/man3/__alignof__.3 Mon Dec 20 18:49:11 2010 +0000
+++ b/share/man/man3/__alignof__.3 Mon Dec 20 19:15:26 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __alignof__.3,v 1.3 2010/12/19 08:56:17 wiz Exp $
+.\" $NetBSD: __alignof__.3,v 1.4 2010/12/20 19:15:26 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 19, 2010
+.Dd December 20, 2010
.Dt __ALIGNOF__ 3
.Os
.Sh NAME
@@ -64,7 +64,7 @@
(void)printf(\*[q]%d\en\*[q], __alignof__(int));
.Ed
.Pp
-On the other hand, the following example probably prints the value 1,
+On the other hand, the following example should print the value 1,
even though this is unlikely to be the actual alignment of the
structure member.
.Bd -literal -offset indent
Home |
Main Index |
Thread Index |
Old Index