Module Name: src
Committed By: jruoho
Date: Sun Dec 19 08:14:03 UTC 2010
Modified Files:
src/share/man/man3: __alignof__.3
Log Message:
A small fix.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__alignof__.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/__alignof__.3
diff -u src/share/man/man3/__alignof__.3:1.1 src/share/man/man3/__alignof__.3:1.2
--- src/share/man/man3/__alignof__.3:1.1 Sun Dec 19 08:10:09 2010
+++ src/share/man/man3/__alignof__.3 Sun Dec 19 08:14:03 2010
@@ -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 <[email protected]>
.\" 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__