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/keysyms.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/keysyms.xml')
-rw-r--r-- | specs/keysyms.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/specs/keysyms.xml b/specs/keysyms.xml index 0ef4ac0..a28814e 100644 --- a/specs/keysyms.xml +++ b/specs/keysyms.xml @@ -38,7 +38,7 @@ Byte 4 is the least-significant eight bits There are six categories of KEYSYM values. </para> -<sect1 id="special_keysyms"> +<sect1 id='Special_KEYSYMs'> <title>Special KEYSYMs</title> <para> There are two special values: @@ -46,7 +46,7 @@ There are two special values: and <keysym>VoidSymbol</keysym>. They are used to indicate the absence of symbols (see -<link linkend="keyboards">Section 5, Keyboards</link>). +<link linkend='Keyboards'>Section 5, Keyboards</link>). </para> <informaltable frame="topbot"> @@ -89,7 +89,7 @@ They are used to indicate the absence of symbols (see </informaltable> </sect1> -<sect1 id="latin_keysyms"> +<sect1 id='Latin_1_KEYSYMs'> <title>Latin-1 KEYSYMs</title> <para> @@ -99,9 +99,9 @@ U+007E and U+00A0 to U+00FF, respectively. </para> </sect1> -<sect1 id="unicode_keysyms"> +<sect1 id='Unicode_KEYSYMs'> <title>Unicode KEYSYMs</title> -<indexterm zone="unicode_keysyms"><primary>Keysym</primary><secondary>Unicode</secondary></indexterm> +<indexterm zone="Unicode_KEYSYMs"><primary>Keysym</primary><secondary>Unicode</secondary></indexterm> <para> These occupy the range #x01000100 to #x0110FFFF and represent the ISO @@ -121,7 +121,7 @@ function), the appropriate Function KEYSYM should be used, and not the Unicode KEYSYM corresponding to the depicted symbol. </para> </sect1> -<sect1 id="function_keysyms"> +<sect1 id='Function_KEYSYMs'> <title>Function KEYSYMs</title> <para> @@ -1174,7 +1174,7 @@ terminals. </sect1> -<sect1 id="vendor_keysyms"> +<sect1 id='Vendor_KEYSYMs'> <title>Vendor KEYSYMs</title> <para> @@ -1184,7 +1184,7 @@ vendor-specific extentions. Among these, the range #x11000000 to </para> </sect1> -<sect1 id="legacy_keysyms"> +<sect1 id='Legacy_KEYSYMs'> <title>Legacy KEYSYMs</title> <para> |