Author: branden Date: 2004-07-12 00:28:21 -0500 (Mon, 12 Jul 2004) New Revision: 1626
Modified: trunk/debian/CHANGESETS trunk/debian/local/FAQ.xhtml Log: (cosmetic) Use XHTML markup for exponentiation. Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-07-12 05:15:30 UTC (rev 1625) +++ trunk/debian/CHANGESETS 2004-07-12 05:28:21 UTC (rev 1626) @@ -13,7 +13,7 @@ 1606 Miscellaneous cosmetic fixes. - 1607, 1608, 1624 + 1607, 1608, 1624, 1626 Grab latest version of XTerm (#191) from Thomas Dickey's website. 1609 Modified: trunk/debian/local/FAQ.xhtml =================================================================== --- trunk/debian/local/FAQ.xhtml 2004-07-12 05:15:30 UTC (rev 1625) +++ trunk/debian/local/FAQ.xhtml 2004-07-12 05:28:21 UTC (rev 1626) @@ -814,8 +814,8 @@ <p>For instance, at 1 bit of color depth, only a monochrome display is possible. (A bit can only be zero or one; therefore each pixel is either "off" or "on".) With 4 bits of color depth, 16 colors are available (two to the fourth power is -sixteen.) With 24 bits of color depth, 2^24 colors are available — almost -16.8 million distinct colors.</p> +sixteen.) With 24 bits of color depth, 2<sup>24</sup> colors are available +— almost 16.8 million distinct colors.</p> <p>However, for engineering and efficiency reasons, pixels may not be packed together with no wasted space. A pixel of 4 bits' depth may actually take up 8