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/ch14.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/ch14.xml')
-rw-r--r-- | specs/ch14.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/ch14.xml b/specs/ch14.xml index 2da16db..6a2f45a 100644 --- a/specs/ch14.xml +++ b/specs/ch14.xml @@ -1,4 +1,4 @@ -<chapter id='replacing_the_keyboard_on_the_fly'> +<chapter id='Replacing_the_Keyboard_On_the_Fly'> <title>Replacing the Keyboard "On-the-Fly"</title> <para> @@ -9,7 +9,7 @@ keycodes. The server can generate an <emphasis> XkbNewKeyboardNotify</emphasis> event when it detects a new keyboard, or in response to an <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>) which loads a new keyboard description. </para> |