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 fix.



details:   https://anonhg.NetBSD.org/src/rev/8bef81b24b8b
branches:  trunk
changeset: 759878:8bef81b24b8b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Dec 19 08:14:03 2010 +0000

description:
A small fix.

diffstat:

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

diffs (18 lines):

diff -r ebcf4f0abe83 -r 8bef81b24b8b share/man/man3/__alignof__.3
--- a/share/man/man3/__alignof__.3      Sun Dec 19 08:10:07 2010 +0000
+++ b/share/man/man3/__alignof__.3      Sun Dec 19 08:14:03 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __alignof__.3,v 1.1 2010/12/19 08:10:09 jruoho Exp $
+.\" $NetBSD: __alignof__.3,v 1.2 2010/12/19 08:14:03 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .Nd GNU extension for alignment of an object
 .Sh SYNOPSIS
 .Ft int
-.Fn __alignof__ "void type"
+.Fn __alignof__ "void x"
 .Sh DESCRIPTION
 The
 .Fn __alignof__



Home | Main Index | Thread Index | Old Index