diff options
author | Matt Dew <marcoz@osource.org> | 2011-10-02 20:29:17 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-02 20:29:17 -0600 |
commit | 8bdaa79348896ecbf4f69df9773ec4681eb46410 (patch) | |
tree | 608978b22a71b5238bffbd50041df08e282119b1 | |
parent | 7252c99f0bdfb560efe980f6f87786f4ccedeccd (diff) |
1 - fix the capitalization 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>
-rw-r--r-- | specs/xc-misc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/xc-misc.xml b/specs/xc-misc.xml index 94c426f..f2dfec2 100644 --- a/specs/xc-misc.xml +++ b/specs/xc-misc.xml @@ -40,7 +40,7 @@ </bookinfo> -<chapter id='overview'> +<chapter id='Overview'> <title>Overview</title> <para>When an X client connects to an X server, it receives a fixed range of @@ -70,7 +70,7 @@ IDs. Xlib can use these extension requests behind the scenes when it has exhausted its current pool of resource IDs.</para> </chapter> -<chapter id='requests'> +<chapter id='Requests'> <title>Requests</title> <para> @@ -131,13 +131,13 @@ range.</para> The number returned may be smaller than the number requested.</para> </chapter> -<chapter id='events_and_errors'> +<chapter id='Events_and_Errors'> <title>Events and Errors</title> <para>No new events or errors are defined by this extension.</para> </chapter> -<chapter id='encoding'> +<chapter id='Encoding'> <title>Encoding</title> <para>Please refer to the X11 Protocol Encoding document as this document uses |