mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 08:18:09 +02:00
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>
This commit is contained in:
parent
7252c99f0b
commit
8bdaa79348
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue