updateed docments

This commit is contained in:
Robert Ramey
2012-12-04 12:30:39 -08:00
parent 69c3e12e16
commit 5b528d424a

View File

@@ -330,7 +330,7 @@
<row>
<entry><code>t &amp; u</code></entry>
<entry>bool</entry>
<entry>V</entry>
<entry>and of t and u padded out max # bits in t, u</entry>
</row>
@@ -338,7 +338,7 @@
<row>
<entry><code>t | u</code></entry>
<entry>bool</entry>
<entry>V</entry>
<entry>or of t and u padded out max # bits in t, u</entry>
</row>