diff options
author | Matt Dew <marcoz@osource.org> | 2011-10-03 18:06:16 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-03 18:06:16 -0600 |
commit | cb49f95af605bd5019e194eeb656d8789d57756a (patch) | |
tree | b645ebb15a45006dd241e6023fcf35d8644b1acd /specs/ch09.xml | |
parent | f1980f205e5bc417ad799aa8389ebdd807b7ca58 (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/ch09.xml')
-rw-r--r-- | specs/ch09.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/specs/ch09.xml b/specs/ch09.xml index 8a0eb87..d3f8510 100644 --- a/specs/ch09.xml +++ b/specs/ch09.xml @@ -1,4 +1,4 @@ -<chapter id='keyboard_indicators'> +<chapter id='Keyboard_Indicators'> <title>Keyboard Indicators</title> <para> @@ -42,7 +42,7 @@ keyboard indicators, which makes it straightforward to provide an on-screen "virtual" LED panel. </para> -<sect1 id='global_information_about_indicators'> +<sect1 id='Global_Information_About_Indicators'> <title>Global Information About Indicators</title> <para> @@ -60,7 +60,7 @@ keyboard, it cannot be directly changed under program control. It is possible, however, for the set of physical indicators to be change if a new keyboard is attached or if a completely new keyboard description is loaded by the <emphasis> XkbGetKeyboardByName</emphasis> - request (see <link linkend='using_the_servers_database_of_keyboard_components'>Using the Server’s + request (see <link linkend='Using_the_Servers_Database_of_Keyboard_Components'>Using the Server’s Database of Keyboard Components</link>). </para> @@ -78,7 +78,7 @@ GetKeyboardControl</emphasis> </sect1> -<sect1 id='per_indicator_information'> +<sect1 id='Per_Indicator_Information'> <title>Per-Indicator Information</title> <para> @@ -88,12 +88,12 @@ XkbGetNames</emphasis> request reports the symbolic names for all keyboard components, including the indicators. Use the <emphasis> XkbSetNames</emphasis> - request to change symbolic names. Both requests are described in <link linkend='querying_and_changing_symbolic_names'>Querying and Changing Symbolic + request to change symbolic names. Both requests are described in <link linkend='Querying_and_Changing_Symbolic_Names'>Querying and Changing Symbolic Names</link>. </para> -<sect2 id='indicator_maps'> +<sect2 id='Indicator_Maps'> <title>Indicator Maps</title> <para> @@ -232,7 +232,7 @@ mods</emphasis> fields of an indicator map determine how the state of the keyboard modifiers affect the corresponding indicator. The <emphasis> mods</emphasis> - field is an XKB modifier definition, as described in <link linkend='modifier_definitions'>Modifier Definitions</link>, which can + field is an XKB modifier definition, as described in <link linkend='Modifier_Definitions'>Modifier Definitions</link>, which can specify both real and virtual modifiers. The mods field takes effect even if some or all of the virtual indicators specified in <emphasis> mods</emphasis> @@ -305,7 +305,7 @@ IM_UseCompat</emphasis> <para> The <emphasis> controls</emphasis> - field specifies a subset of the boolean keyboard controls (see <link linkend='boolean_controls_and_the_enabledcontrols_control'>"Boolean" Controls and The + field specifies a subset of the boolean keyboard controls (see <link linkend='Boolean_Controls_and_The_EnabledControls_Control'>"Boolean" Controls and The EnabledControls Control</link>). The indicator is lit whenever any of the boolean controls specified in <emphasis> controls</emphasis> @@ -321,7 +321,7 @@ IM_NoAutomatic</emphasis> </para> -<sect3 id='effects_of_explicit_changes_on_indicators'> +<sect3 id='Effects_of_Explicit_Changes_on_Indicators'> <title>Effects of Explicit Changes on Indicators</title> <para> |