summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-01-12 16:44:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-01-22 09:55:50 -0800
commit2a55f651cc92b58c749ac7b03690a892e00c00bd (patch)
treee998868ca09b60205931e9bee383d1d476574453 /specs
parent9b3937a0d22898efaa88712f8265fbe508730f89 (diff)
downloadxorg-proto-fontsproto-2a55f651cc92b58c749ac7b03690a892e00c00bd.tar.gz
spec: Use <superscript> for exponents
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r--specs/fsproto.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/specs/fsproto.xml b/specs/fsproto.xml
index fc72fa2..b2895ed 100644
--- a/specs/fsproto.xml
+++ b/specs/fsproto.xml
@@ -766,7 +766,8 @@ ID: CARD32
<para>
This is a 32-bit value in which the top 3 bits must be clear, and
at least 1 other bit must be set (yielding a range of 1 through
-2^29-1). It is specified by the client to represent objects in
+2<superscript>29</superscript>-1).
+It is specified by the client to represent objects in
the server. Identifiers are scoped according to their type are
private to the client; thus, the same identifier may be used for
both a FONTID and an ACCESSCONTEXT as well as by multiple clients.
@@ -1818,7 +1819,8 @@ Once the connection has been accepted and STATUS is Success,
the request is complete.
</para>
<para>
-If AC is not in the range [1..2^29-1] or is already associated
+If AC is not in the range
+[1..2<superscript>29</superscript>-1] or is already associated
with an access context, an <errorname>IDChoice</errorname> error is returned.
</para>
</section>
@@ -2203,7 +2205,8 @@ with a non-wildcarded font name.
<!-- .sp -->
</para>
<para>
-If FONTID is not in the range [1..2^29-1] or if it is already
+If FONTID is not in the range
+[1..2<superscript>29</superscript>-1] or if it is already
associated with an open font, an
<errorname>IDChoice</errorname>
error is returned.