aboutsummaryrefslogtreecommitdiff
path: root/libX11/specs/libX11/CH02.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/specs/libX11/CH02.xml')
-rw-r--r--libX11/specs/libX11/CH02.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/libX11/specs/libX11/CH02.xml b/libX11/specs/libX11/CH02.xml
index 12df68ee4..656dce8b1 100644
--- a/libX11/specs/libX11/CH02.xml
+++ b/libX11/specs/libX11/CH02.xml
@@ -608,7 +608,6 @@ Specifies the connection to the X server.
<listitem>
<para>
Specifies the appropriate screen number on the host server.
-<!-- .ds Cn depths -->
</para>
</listitem>
</varlistentry>
@@ -618,7 +617,7 @@ Specifies the appropriate screen number on the host server.
</term>
<listitem>
<para>
-Returns the number of (Cn.
+Returns the number of depths.
</para>
</listitem>
</varlistentry>
@@ -1511,12 +1510,9 @@ To obtain the pixmap format information for a given display, use
<indexterm significance="preferred"><primary>XListPixmapFormats</primary></indexterm>
<!-- .sM -->
</para>
-<para>
-ImageByteOrder(<emphasis remap='I'>display</emphasis>)
-</para>
-<funcsynopsis id='XImageByteOrder'>
+<funcsynopsis id='XListPixmapFormats'>
<funcprototype>
- <funcdef>int <function>XImageByteOrder</function></funcdef>
+ <funcdef>XPixmapFormatValues *<function>XListPixmapFormats</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
<paramdef>int<parameter> *count_return</parameter></paramdef>
</funcprototype>
@@ -1530,7 +1526,6 @@ ImageByteOrder(<emphasis remap='I'>display</emphasis>)
<listitem>
<para>
Specifies the connection to the X server.
-<!-- .ds Cn pixmap formats that are supported by the display -->
</para>
</listitem>
</varlistentry>
@@ -1540,7 +1535,7 @@ Specifies the connection to the X server.
</term>
<listitem>
<para>
-Returns the number of (Cn.
+Returns the number of pixmap formats that are supported by the display.
</para>
</listitem>
</varlistentry>
@@ -1577,7 +1572,7 @@ These are often used by toolkits as well as by simple applications.
<para>
ImageByteOrder(<emphasis remap='I'>display</emphasis>)
</para>
-<funcsynopsis>
+<funcsynopsis id='XImageByteOrder'>
<funcprototype>
<funcdef>int <function>XImageByteOrder</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
@@ -3466,7 +3461,6 @@ Specifies the connection to the X server.
<listitem>
<para>
Returns the file descriptors.
-<!-- .ds Cn file descriptors -->
</para>
</listitem>
</varlistentry>
@@ -3476,7 +3470,7 @@ Returns the file descriptors.
</term>
<listitem>
<para>
-Returns the number of (Cn.
+Returns the number of file descriptors.
</para>
</listitem>
</varlistentry>