spec: Fix a bunch of the .BR -> <emphasis> mappings

perl -i -p -e 's{ (\W*?)\s*</emphasis>}{</emphasis>$1}g' *.xml

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2010-12-03 16:02:45 -08:00
parent eef13837a6
commit 68bf1a7a0c
4 changed files with 1242 additions and 1242 deletions

View file

@ -72,10 +72,10 @@ For components with a static numeric value the encode-form is:
The value is always interpreted as an N-byte unsigned integer.
For example,
the first two bytes of a
<emphasis role='bold'>Window </emphasis>
<emphasis role='bold'>Window</emphasis>
error are always zero (indicating an
error in general) and three (indicating the
<emphasis role='bold'>Window </emphasis>
<emphasis role='bold'>Window</emphasis>
error in particular):
</para>
@ -90,8 +90,8 @@ For components described in the protocol as:
<para>
name:
<emphasis role='bold'>{ Name1 ,..., </emphasis>
<emphasis role='bold'>NameI }</emphasis>
<emphasis role='bold'>{ Name1</emphasis>,...,
<emphasis role='bold'>NameI</emphasis>}
</para>
<para>
@ -159,7 +159,7 @@ For example:
<para>
destination: WINDOW or
<emphasis role='bold'>PointerWindow </emphasis>
<emphasis role='bold'>PointerWindow</emphasis>
or
<emphasis role='bold'>InputFocus</emphasis>
</para>

View file

@ -58,7 +58,7 @@ Atoms are used to identify properties, types, and selections.
<glossdef>
<para>
An
<emphasis role='bold'>InputOutput </emphasis>
<emphasis role='bold'>InputOutput</emphasis>
window can have a background, which is defined as a pixmap.
When regions of the window have their contents lost or invalidated,
the server will automatically tile those regions with the background.
@ -119,7 +119,7 @@ A bitmap is a <glossterm linkend="glossary:Pixmap">pixmap</glossterm> of depth o
<glossdef>
<para>
An
<emphasis role='bold'>InputOutput </emphasis>
<emphasis role='bold'>InputOutput</emphasis>
window can have a border of equal thickness on all four sides of the window.
A pixmap defines the contents of the border,
and the server automatically maintains the contents of the border.
@ -333,7 +333,7 @@ Both windows and pixmaps can be used as sources and destinations in
graphics operations.
These windows and pixmaps are collectively known as drawables.
However, an
<emphasis role='bold'>InputOnly </emphasis>
<emphasis role='bold'>InputOnly</emphasis>
window cannot be used as a source or destination in a graphics operation.
<!-- .KE -->
</para>
@ -523,7 +523,7 @@ and <glossterm linkend="glossary:Window_gravity">window gravity</glossterm>.
<indexterm significance="preferred"><primary>GrayScale</primary></indexterm>
<glossdef>
<para>
<emphasis role='bold'>GrayScale </emphasis>
<emphasis role='bold'>GrayScale</emphasis>
can be viewed as a degenerate case of
<glossterm linkend="glossary:PseudoColor"><emphasis role='bold'>PseudoColor</emphasis></glossterm>,
in which the red, green, and blue values in any given colormap entry are equal,
@ -605,12 +605,12 @@ Control over keyboard input is typically provided by an input manager client.
An
<emphasis role='bold'>InputOnly</emphasis>
window is a window that cannot be used for graphics requests.
<emphasis role='bold'>InputOnly </emphasis>
<emphasis role='bold'>InputOnly</emphasis>
windows are invisible and can be used to control such things
as cursors, input event generation, and grabbing.
<emphasis role='bold'>InputOnly </emphasis>
<emphasis role='bold'>InputOnly</emphasis>
windows cannot have
<emphasis role='bold'>InputOutput </emphasis>
<emphasis role='bold'>InputOutput</emphasis>
windows as inferiors.
<!-- .KE -->
</para>
@ -624,11 +624,11 @@ windows as inferiors.
An
<emphasis role='bold'>InputOutput</emphasis>
window is the normal kind of opaque window, used for both input and output.
<emphasis role='bold'>InputOutput </emphasis>
<emphasis role='bold'>InputOutput</emphasis>
windows can have both
<emphasis role='bold'>InputOutput </emphasis>
<emphasis role='bold'>InputOutput</emphasis>
and
<emphasis role='bold'>InputOnly </emphasis>
<emphasis role='bold'>InputOnly</emphasis>
windows as inferiors.
<!-- .KE -->
</para>
@ -709,7 +709,7 @@ in which there are only two colormap entries.
<para>
A window is obscured if some other window obscures it.
Window A obscures window B if both are viewable
<emphasis role='bold'>InputOutput </emphasis>
<emphasis role='bold'>InputOutput</emphasis>
windows, A is higher in the global stacking order,
and the rectangle defined by the outside edges of A intersects
the rectangle defined by the outside edges of B.
@ -1124,7 +1124,7 @@ The relationship between sibling windows is known as the stacking order.
<indexterm significance="preferred"><primary>StaticColor</primary></indexterm>
<glossdef>
<para>
<emphasis role='bold'>StaticColor </emphasis>
<emphasis role='bold'>StaticColor</emphasis>
can be viewed as a degenerate case of
<glossterm linkend="glossary:PseudoColor"><emphasis role='bold'>PseudoColor</emphasis></glossterm>
in which the RGB values are predefined and read-only.
@ -1137,7 +1137,7 @@ in which the RGB values are predefined and read-only.
<indexterm significance="preferred"><primary>StaticGray</primary></indexterm>
<glossdef>
<para>
<emphasis role='bold'>StaticGray </emphasis>
<emphasis role='bold'>StaticGray</emphasis>
can be viewed as a degenerate case of
<glossterm linkend="glossary:GrayScale"><emphasis role='bold'>GrayScale</emphasis></glossterm>
in which the gray values are predefined and read-only.
@ -1202,7 +1202,7 @@ always interprets timestamps from clients by treating half of the
timestamp space as being earlier in time than T and half of the
timestamp space as being later in time than T.
One timestamp value (named
<emphasis role='bold'>CurrentTime ) </emphasis>
<emphasis role='bold'>CurrentTime</emphasis>)
is never generated by the server.
This value is reserved for use in requests to represent the current
server time.

View file

@ -40,9 +40,9 @@ There are six categories of KEYSYM values.
<title>Special KEYSYMs</title>
<para>
There are two special values:
<emphasis role='bold'>NoSymbol </emphasis>
<emphasis role='bold'>NoSymbol</emphasis>
and
<emphasis role='bold'>VoidSymbol .</emphasis>
<emphasis role='bold'>VoidSymbol</emphasis>.
They are used to indicate the absence of symbols (see
<link linkend="keyboards">Section 5, Keyboards</link>).
</para>

File diff suppressed because it is too large Load diff