From 8bdaa79348896ecbf4f69df9773ec4681eb46410 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Sun, 2 Oct 2011 20:29:17 -0600 Subject: 1 - fix the capitalization of the ID attriutes to match either the 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> --- specs/xc-misc.xml | 8 ++++---- 1 file 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 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. - + Requests @@ -131,13 +131,13 @@ range. The number returned may be smaller than the number requested. - + Events and Errors No new events or errors are defined by this extension. - + Encoding Please refer to the X11 Protocol Encoding document as this document uses -- cgit v1.2.1