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/ch08.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/ch08.xml')
-rw-r--r-- | specs/ch08.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/ch08.xml b/specs/ch08.xml index cbf4b78..08524a8 100644 --- a/specs/ch08.xml +++ b/specs/ch08.xml @@ -1,4 +1,4 @@ -<chapter id='symbolic_names'> +<chapter id='Symbolic_Names'> <title>Symbolic Names</title> <para> @@ -87,7 +87,7 @@ geometry</emphasis> names typically correspond to the keyboard components from which the current keyboard description was assembled. These components are stored individually in the server’s database of keyboard components, described in -<link linkend='the_server_database_of_keyboard_components'> +<link linkend='The_Server_Database_of_Keyboard_Components'> The Server Database of Keyboard Components</link>, and can be combined to assemble a complete keyboard description. @@ -132,7 +132,7 @@ customizations are straightforward. <para> Key aliases can be specified both in the symbolic names component and in the -keyboard geometry (see <link linkend='keyboard_geometry'>Keyboard +keyboard geometry (see <link linkend='Keyboard_Geometry'>Keyboard Geometry</link>). Both sets of aliases are always valid, but key alias definitions in the keyboard geometry have priority; if both symbolic names and geometry include aliases, applications should consider the definitions from the |