Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested

and add more button, key, and graphics enumerations.
This commit is contained in:
Ian Osgood 2006-03-15 22:41:08 -08:00
parent 35ecaf45be
commit 5ccf7216d2

View File

@ -1091,7 +1091,7 @@ authorization from the authors.
<xsl:template match="bit" mode="output-expression">
<xsl:text>(1 &lt;&lt; </xsl:text>
<xsl:value-of select="@bit" />
<xsl:value-of select="." />
<xsl:text>)</xsl:text>
</xsl:template>