summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-01 13:13:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-01 13:13:38 +0000
commit36260b3aa8ab32c696a554956a28f2f278d99e78 (patch)
tree8afc8f3d177dcbb7d747311988fdafe6c0af3e2e /share
parentc8cf656fed7c9f843495fd1f13b9514aaa40461c (diff)
Grok union like struct in genassym.cf. Will be needed shortly.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/genassym.cf.512
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/genassym.cf.5 b/share/man/man5/genassym.cf.5
index 6409fdec337..94f7e318d23 100644
--- a/share/man/man5/genassym.cf.5
+++ b/share/man/man5/genassym.cf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: genassym.cf.5,v 1.5 2003/05/21 09:28:09 jmc Exp $
+.\" $OpenBSD: genassym.cf.5,v 1.6 2004/02/01 13:13:35 miod Exp $
.\" $NetBSD: genassym.cf.5,v 1.8 2001/06/19 12:34:27 wiz Exp $
.\"
.\" Copyright (c) 1997 Matthias Pfaller.
@@ -109,6 +109,12 @@ invoked with an extra argument, as in
the first argument of member will be prefixed by the remembered prefix, before
being converted to upper case.
.Pp
+.Em "union foo"
+.br
+is similar to the
+.Em struct
+command, but applies to an union instead of a struct.
+.Pp
.Em "config <ctype> <gcc constraint> <asm print modifier>"
.br
can be used to customize the output of
@@ -132,3 +138,7 @@ files occurred in
.Ox 2.2 .
Its use was generalized to all ports for
.Ox 3.0 .
+The
+.Em union
+command appeared in
+.Ox 3.5 .