specs/XKB: Convert header filenames to filename tags

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2014-07-06 12:15:23 -07:00
parent 5525e8433f
commit 9fdb973012
2 changed files with 18 additions and 17 deletions

View file

@ -8,40 +8,40 @@ The following include files are part of the Xkb standard:
<itemizedlist>
<listitem>
<para>
<emphasis>&lt;X11/XKBlib.h&gt;</emphasis>
<filename class="headerfile">&lt;X11/XKBlib.h&gt;</filename>
</para>
<para><emphasis>XKBlib.h</emphasis>
<para><filename class="headerfile">XKBlib.h</filename>
is the main header file for Xkb; it declares constants, types, and
functions.
</para>
</listitem>
<listitem>
<para>
<emphasis>&lt;X11/extensions/XKBstr.h&gt;</emphasis>
<filename class="headerfile">&lt;X11/extensions/XKBstr.h&gt;</filename>
</para>
<para>
<emphasis>XKBstr.h</emphasis> declares types and
<filename class="headerfile">XKBstr.h</filename> declares types and
constants for Xkb. It is included automatically from
<emphasis>&lt;X11/XKBlib.h&gt;</emphasis>
<filename class="headerfile">&lt;X11/XKBlib.h&gt;</filename>
; you should never need to reference it directly in your application code.
</para>
</listitem>
<listitem>
<para>
<emphasis>&lt;X11/extensions/XKB.h&gt;</emphasis>
<filename class="headerfile">&lt;X11/extensions/XKB.h&gt;</filename>
</para>
<para>
<emphasis>XKB.h</emphasis>
defines constants for Xkb. It is included automatically from <emphasis>
&lt;X11/XKBstr.h&gt;</emphasis>
<filename class="headerfile">XKB.h</filename>
defines constants for Xkb. It is included automatically from
<filename class="headerfile">&lt;X11/XKBstr.h&gt;</filename>
; you should never need to reference it directly in your application code.
</para>
</listitem>
<listitem>
<para>
<emphasis>&lt;X11/extensions/XKBgeom.h&gt;</emphasis>
<filename class="headerfile">&lt;X11/extensions/XKBgeom.h&gt;</filename>
</para>
<para><emphasis>XKBgeom.h</emphasis>
<para><filename class="headerfile">XKBgeom.h</filename>
declares types, symbolic constants, and functions for manipulating
keyboard geometry descriptions.
</para>
@ -51,8 +51,8 @@ keyboard geometry descriptions.
<sect1 id='Extension_Name'>
<title>Extension Name</title>
<para>
The name of the Xkb extension is given in <emphasis>
&lt;X11/extensions/Xkb.h&gt;:</emphasis>
The name of the Xkb extension is given in
<filename class="headerfile">&lt;X11/extensions/Xkb.h&gt;</filename>:
</para>
<para>

View file

@ -61,15 +61,16 @@ XkbQueryExtension</emphasis>
XkbOpenDisplay</emphasis>
. The second field is the Xkb event type, which contains a value uniquely
identifying each different Xkb event type. Possible values are defined by
constants declared in the header file &lt;X11/extensions/Xkb.h&gt;.
constants declared in the header file
<filename class="headerfile">&lt;X11/extensions/Xkb.h&gt;</filename>.
</para>
<para>
Table 4.1 lists the categories of events defined by Xkb and their associated
event types, as defined in <emphasis>
Xkb.h</emphasis>
. Each event is described in more detail in the section referenced for that
event types, as defined in
<filename class="headerfile">Xkb.h</filename>.
Each event is described in more detail in the section referenced for that
event.
</para>