summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-30 17:32:59 -0400
committerThomas E. Dickey <dickey@his.com>2019-06-10 00:27:23 +0000
commitc588859147c66561a839bc5d2eb3d2242bd377e9 (patch)
tree9684200544af163655c535dbae5ad225b779df11 /specs
parent9f556b46f0009e58a2c30c3ba3c9f223ae9f6255 (diff)
downloadxorg-lib-libXt-c588859147c66561a839bc5d2eb3d2242bd377e9.tar.gz
add superscript-markup in range definitions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r--specs/CH01.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index 793fd57..b35ba7a 100644
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -1048,7 +1048,7 @@ value
</term>
<listitem>
<para>
-An unsigned integer datum with a minimum range of [0..2^16-1].
+An unsigned integer datum with a minimum range of [0..2<superscript>16</superscript>-1].
</para>
</listitem>
</varlistentry>
@@ -1059,7 +1059,7 @@ An unsigned integer datum with a minimum range of [0..2^16-1].
</term>
<listitem>
<para>
-An unsigned integer datum with a minimum range of [0..2^16-1].
+An unsigned integer datum with a minimum range of [0..2<superscript>16</superscript>-1].
</para>
</listitem>
</varlistentry>
@@ -1070,7 +1070,7 @@ An unsigned integer datum with a minimum range of [0..2^16-1].
</term>
<listitem>
<para>
-A signed integer datum with a minimum range of [-2^15..2^15-1].
+A signed integer datum with a minimum range of [-2<superscript>15</superscript>..2<superscript>15</superscript>-1].
</para>
</listitem>
</varlistentry>