diff options
author | Matt Dew <marcoz@osource.org> | 2011-10-03 18:26:22 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-03 18:26:22 -0600 |
commit | 3d7be5c61b991a3b33526546acda2ab663cdc1d5 (patch) | |
tree | f520a59e0c7487a33345edef3aedbaba500a7d3f /specs/encoding.xml | |
parent | f5d77f49dbd99d54324a6f1807b872d800abddf7 (diff) |
1 - fix the capitolization of the ID attriutes to match either the
<title> or <funcdef> string it goes with.
2 - fix any <linkend>'s that were affected by 1.
3 - any <function> in the docs that has an actual funcdef,
will become an olink.
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/encoding.xml')
-rw-r--r-- | specs/encoding.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/specs/encoding.xml b/specs/encoding.xml index e3b2399..582a8d2 100644 --- a/specs/encoding.xml +++ b/specs/encoding.xml @@ -4,7 +4,7 @@ The sections in this appendix correspond to their number counterparts in the protocol document. --> -<sect1 id="syntactic_conventions_b"> +<sect1 id='Syntactic_Conventions_b'> <title>Syntactic Conventions</title> <para> @@ -276,9 +276,9 @@ and pad(E) is the number of bytes needed to round E up to a multiple of four. </literallayout> </sect1> -<sect1 id="common_types_encoding"> +<sect1 id='Encoding::Common_Types'> <title>Common Types</title> -<indexterm zone="common_types_encoding"><primary>Types</primary><secondary>encoding</secondary></indexterm> +<indexterm zone="Encoding::Common_Types"><primary>Types</primary><secondary>encoding</secondary></indexterm> <variablelist> <varlistentry> @@ -540,9 +540,9 @@ STR </literallayout> </sect1> -<sect1 id="errors_encoding"> +<sect1 id='Encoding::Errors'> <title>Errors</title> -<indexterm zone="errors_encoding"><primary>Error report</primary><secondary>encoding</secondary></indexterm> +<indexterm zone="Encoding::Errors"><primary>Error report</primary><secondary>encoding</secondary></indexterm> <literallayout class="monospaced"> <emphasis role='bold'>Request</emphasis> @@ -700,7 +700,7 @@ STR </literallayout> </sect1> -<sect1 id="keyboards_encoding"> +<sect1 id='Encoding::Keyboards'> <title>Keyboards</title> <para> @@ -717,7 +717,7 @@ The names and encodings of the standard KEYSYM values are contained in </para> </sect1> -<sect1 id="pointers_encoding"> +<sect1 id='Encoding::Pointers'> <title>Pointers</title> <para> @@ -725,9 +725,9 @@ BUTTON values are numbered starting with one. </para> </sect1> -<sect1 id="predefined"> +<sect1 id='Encoding::Predefined_Atoms'> <title>Predefined Atoms</title> -<indexterm zone="predefined"><primary>Atom</primary><secondary>predefined</secondary></indexterm> +<indexterm zone="Encoding::Predefined_Atoms"><primary>Atom</primary><secondary>predefined</secondary></indexterm> <literallayout class="monospaced"> PRIMARY 1 WM_NORMAL_HINTS 40 @@ -772,7 +772,7 @@ WM_NAME 39 </literallayout> </sect1> -<sect1 id="connection_setup_encoding"> +<sect1 id='Encoding::Connection_Setup'> <title>Connection Setup</title> <para> @@ -938,9 +938,9 @@ VISUALTYPE </literallayout> </sect1> -<sect1 id="requests_encoding"> +<sect1 id='Encoding::Requests'> <title>Requests</title> -<indexterm zone="requests_encoding"><primary>Request</primary><secondary>encoding</secondary></indexterm> +<indexterm zone="Encoding::Requests"><primary>Request</primary><secondary>encoding</secondary></indexterm> <literallayout class="monospaced"> <link linkend="requests:CreateWindow"><emphasis role='bold'>CreateWindow</emphasis></link> @@ -1332,7 +1332,7 @@ VISUALTYPE 1 InputFocus 4 SETofEVENT event-mask 32 event - standard event format (see <link linkend="events_encoding">the Events section</link>) + standard event format (see <link linkend='Events'>the Events section</link>) <link linkend="requests:GrabPointer"><emphasis role='bold'>GrabPointer</emphasis></link> 1 26 opcode @@ -2796,9 +2796,9 @@ VISUALTYPE </literallayout> </sect1> -<sect1 id="events_encoding"> +<sect1 id='Encoding::Events'> <title>Events</title> -<indexterm zone="events_encoding"><primary>Event</primary><secondary>encoding</secondary></indexterm> +<indexterm zone="Encoding::Events"><primary>Event</primary><secondary>encoding</secondary></indexterm> <literallayout class="monospaced"> <link linkend="events:KeyPress"><emphasis role='bold'>KeyPress</emphasis></link> |