specs/XKB: Markup *Ptr as <type> instead of <emphasis>

perl -i -p -e 's{<emphasis>(\w*Ptr)</emphasis>}{<type>\1</type>}g' *xml

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2014-07-08 23:35:48 -07:00
parent 9f6c00629f
commit 907f7ad7a7
3 changed files with 7 additions and 7 deletions

View file

@ -737,13 +737,13 @@ indicated ID
<title>Display and Device Specifications in Function Calls</title>
<para>
Where a connection to the server is passed as an argument (Display*) and an
<emphasis>XkbDescPtr</emphasis>
<type>XkbDescPtr</type>
is also passed as an argument, the Display* argument must match the
<emphasis>dpy</emphasis>
field of the
<structname>XkbDescRec</structname>
pointed to by the
<emphasis>XkbDescPtr</emphasis>
<type>XkbDescPtr</type>
argument, or else the
<emphasis>dpy</emphasis>
field of the
@ -793,14 +793,14 @@ its device identifier.
<para>
Where an Xkb device identifier is passed as an argument and an
<emphasis>XkbDescPtr</emphasis>
<type>XkbDescPtr</type>
is also passed as an argument, if either the argument or the
<structname>XkbDescRec</structname>
<emphasis>device_spec</emphasis>
field is
<symbol>XkbUseCoreKbd</symbol>,
and if the function returns successfully, the
<emphasis>XkbDescPtr</emphasis>
<type>XkbDescPtr</type>
<emphasis>device_spec</emphasis>
field will have been converted from
<symbol>XkbUseCoreKbd</symbol>
@ -809,7 +809,7 @@ and if the function returns successfully, the
field remains unchanged. Subsequently, the device id argument must match the
<emphasis>device_spec</emphasis>
field of the
<emphasis>XkbDescPtr</emphasis>
<type>XkbDescPtr</type>
argument. If they dont match, a
<errorname>BadMatch</errorname>
error is returned (either in the return value or a backfilled

View file

@ -2259,7 +2259,7 @@ as appropriate. If the
to include the
<parameter>key</parameter>
that was changed. See <link linkend="The_XkbMapChangesRec_Structure">section 14.3.1</link> for more information on the
<emphasis>XkbMapChangesPtr</emphasis>
<type>XkbMapChangesPtr</type>
structure. If successful,
<function>XkbChangeTypesOfKey</function>
returns

View file

@ -590,7 +590,7 @@ available via
<function>XkbGetDeviceInfo</function>.
These convenience functions mirror some of the mask bits. The functions all
take an
<emphasis>XkbDeviceInfoPtr</emphasis>
<type>XkbDeviceInfoPtr</type>
as an input argument and operate on the X Input Extension device specified by
the
<parameter>device_spec</parameter>