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/ch01.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/ch01.xml')
| -rw-r--r-- | specs/ch01.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/ch01.xml b/specs/ch01.xml index 7bf0ef4..27dcc88 100644 --- a/specs/ch01.xml +++ b/specs/ch01.xml @@ -1,4 +1,4 @@ -<chapter id='overview'> +<chapter id='Overview'> <title>Overview</title> <para> This extension provides a number of new capabilities and controls for @@ -85,7 +85,7 @@ keyboard. The following sections describe the new capabilities of the extension and the effect of the extension on core protocol requests, events and errors. </para> -<sect1 id='conventions_and_assumptions'> +<sect1 id='Conventions_and_Assumptions'> <title>Conventions and Assumptions</title> <para> This document uses the syntactic |
