summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-11-12 03:03:06 -0700
committerMatt Dew <marcoz@osource.org>2011-11-12 03:03:06 -0700
commit3b4aa304631a08047013707110e2dd7be1d1c9c8 (patch)
tree4134c67dbd4201fc8a4d972379be344df863a17d
parent00a7cab4f611bf3ae3920ea0ce8bd072db7f44c8 (diff)
set bold attribute correctly.
role='bold' to role='strong'
-rw-r--r--specs/CH01.xml24
-rw-r--r--specs/CH02.xml40
-rw-r--r--specs/CH03.xml4
-rw-r--r--specs/CH04.xml98
-rw-r--r--specs/CH07.xml6
-rw-r--r--specs/CH09.xml2
-rw-r--r--specs/CH11.xml18
-rw-r--r--specs/CH12.xml16
-rw-r--r--specs/CH13.xml4
-rw-r--r--specs/appB.xml10
-rw-r--r--specs/appD.xml2
-rw-r--r--specs/appE.xml24
-rw-r--r--specs/appF.xml2
-rw-r--r--specs/preface.xml4
14 files changed, 127 insertions, 127 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index 7223299..222f9c9 100644
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -643,7 +643,7 @@ The extension record defined for
<function>CompositeClassPart</function>
with <emphasis remap='I'>record_type</emphasis>
equal to
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
is
<function>CompositeClassExtensionRec</function>.
</para>
@@ -890,7 +890,7 @@ typedef struct {
The extension record defined for
<function>ConstraintClassPart</function>
with <emphasis remap='I'>record_type</emphasis> equal to
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
is
<function>ConstraintClassExtensionRec</function>.
</para>
@@ -1027,7 +1027,7 @@ These implementation-defined types are
<variablelist spacing='compact'>
<varlistentry>
<term>
- <emphasis role='bold'>Boolean</emphasis>
+ <emphasis role='strong'>Boolean</emphasis>
</term>
<listitem>
<para>
@@ -1042,7 +1042,7 @@ value
<varlistentry>
<term>
- <emphasis role='bold'>Cardinal</emphasis>
+ <emphasis role='strong'>Cardinal</emphasis>
</term>
<listitem>
<para>
@@ -1053,7 +1053,7 @@ An unsigned integer datum with a minimum range of [0..2^16-1].
<varlistentry>
<term>
- <emphasis role='bold'>Dimension</emphasis>
+ <emphasis role='strong'>Dimension</emphasis>
</term>
<listitem>
<para>
@@ -1064,7 +1064,7 @@ An unsigned integer datum with a minimum range of [0..2^16-1].
<varlistentry>
<term>
- <emphasis role='bold'>Position</emphasis>
+ <emphasis role='strong'>Position</emphasis>
</term>
<listitem>
<para>
@@ -1075,7 +1075,7 @@ A signed integer datum with a minimum range of [-2^15..2^15-1].
<varlistentry>
<term>
- <emphasis role='bold'>XtPointer</emphasis>
+ <emphasis role='strong'>XtPointer</emphasis>
</term>
<listitem>
<para>
@@ -1096,7 +1096,7 @@ defined as void*.
<varlistentry>
<term>
- <emphasis role='bold'>XtArgVal</emphasis>
+ <emphasis role='strong'>XtArgVal</emphasis>
</term>
<listitem>
<para>
@@ -1113,7 +1113,7 @@ value.
<varlistentry>
<term>
- <emphasis role='bold'>XtEnum</emphasis>
+ <emphasis role='strong'>XtEnum</emphasis>
</term>
<listitem>
<para>
@@ -1123,9 +1123,9 @@ values, two of which are the symbolic values
and
<function>False</function>.
The symbolic values
-<emphasis role='bold'>TRUE</emphasis>
+<emphasis role='strong'>TRUE</emphasis>
and
-<emphasis role='bold'>FALSE</emphasis>
+<emphasis role='strong'>FALSE</emphasis>
are
also defined to be equal to
<function>True</function>
@@ -2684,7 +2684,7 @@ result of
for a registered string constant. The
Intrinsics reserve all record type strings beginning with the two
characters ``XT'' for future standard uses. The value
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
may also be used
by the class part owner in extension records attached to its own class
part extension field to identify the extension record unique to that
diff --git a/specs/CH02.xml b/specs/CH02.xml
index eacf492..485929d 100644
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -554,7 +554,7 @@ If no display is specified in <emphasis remap='I'>argv</emphasis>,
the user's default display is retrieved from the environment.
On POSIX-based systems,
this is the value of the
-<emphasis role='bold'>DISPLAY</emphasis>
+<emphasis role='strong'>DISPLAY</emphasis>
environment variable.
</para>
@@ -570,9 +570,9 @@ and <emphasis remap='I'>application_name</emphasis> is
non-NULL, <emphasis remap='I'>application_name</emphasis> is passed to
<xref linkend='XtDisplayInitialize' xrefstyle='select: title'/>.
If <emphasis remap='I'>application_name</emphasis> is NULL and if the environment variable
-<emphasis role='bold'>RESOURCE_NAME</emphasis>
+<emphasis role='strong'>RESOURCE_NAME</emphasis>
is set, the value of
-<emphasis role='bold'>RESOURCE_NAME</emphasis>
+<emphasis role='strong'>RESOURCE_NAME</emphasis>
is used. Otherwise, the application
name is the name used to invoke the program. On implementations that
conform to ANSI C Hosted Environment support, the application name will
@@ -945,7 +945,7 @@ If this database query fails, the server resource database is
queried; if this query also fails, the language is determined from
the environment; on POSIX-based systems, this is done by retrieving the
value of the
-<emphasis role='bold'>LANG</emphasis>
+<emphasis role='strong'>LANG</emphasis>
environment variable. If no language string is
found, the empty string is used.
This language string is saved for all future references in the Intrinsics
@@ -961,7 +961,7 @@ contain user preferences that are to override those specifications in
the per-display and per-screen resources.
On POSIX-based systems, the user's environment resource file name is
specified by the value of the
-<emphasis role='bold'>XENVIRONMENT</emphasis>
+<emphasis role='strong'>XENVIRONMENT</emphasis>
environment variable.
If this environment variable does not exist, the user's home directory
is searched for a file named
@@ -1005,9 +1005,9 @@ with the parameters
where <emphasis remap='I'>path</emphasis> is defined in an operating-system-specific way.
On POSIX-based systems, <emphasis remap='I'>path</emphasis> is defined to be the value
of the environment variable
-<emphasis role='bold'>XUSERFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XUSERFILESEARCHPATH</emphasis>
if this is defined. If
-<emphasis role='bold'>XUSERFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XUSERFILESEARCHPATH</emphasis>
is not defined, an implementation-dependent default value is used.
This default value is constrained in the following manner:
</para>
@@ -1017,9 +1017,9 @@ This default value is constrained in the following manner:
<listitem>
<para>
If the environment variable
-<emphasis role='bold'>XAPPLRESDIR</emphasis>
+<emphasis role='strong'>XAPPLRESDIR</emphasis>
is not defined, the default
-<emphasis role='bold'>XUSERFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XUSERFILESEARCHPATH</emphasis>
must contain at least six entries. These entries must contain
$HOME as the directory prefix, plus the following substitutions:
</para>
@@ -1039,9 +1039,9 @@ implementation-dependent.
</listitem>
<listitem>
<para> If
-<emphasis role='bold'>XAPPLRESDIR</emphasis>
+<emphasis role='strong'>XAPPLRESDIR</emphasis>
is defined, the default
-<emphasis role='bold'>XUSERFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XUSERFILESEARCHPATH</emphasis>
must contain at least seven entries. These entries must contain the
following directory prefixes and substitutions:
</para>
@@ -2058,7 +2058,7 @@ and the parent's class is a subclass of
and either no extension record in
the parent's composite class part extension field exists with the
<emphasis remap='I'>record_type</emphasis>
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
or the <emphasis remap='I'>accepts_objects</emphasis> field in the extension
record is
<function>False</function>,
@@ -2070,7 +2070,7 @@ issues a fatal error; see <xref linkend='Addition_of_Children_to_a_Composite_Wid
<para>
If the specified class contains an extension record in the object class
part <emphasis remap='I'>extension</emphasis> field with <emphasis remap='I'>record_type</emphasis>
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
and the <emphasis remap='I'>allocate</emphasis> field is not NULL,
the procedure is invoked to allocate memory
for the widget instance. If the parent is a member of the class
@@ -2345,12 +2345,12 @@ resource names for objects within this widget tree.
<para>
If the specified widget class is a subclass of WMShell, the name and
<emphasis remap='I'>Class</emphasis> as determined above will be stored into the
-<emphasis role='bold'>WM_CLASS</emphasis>
+<emphasis role='strong'>WM_CLASS</emphasis>
property on the widget's window when it becomes realized.
If the specified <emphasis remap='I'>widget_class</emphasis> is
<function>applicationShellWidgetClass</function>
or a subclass thereof, the
-<emphasis role='bold'>WM_COMMAND</emphasis>
+<emphasis role='strong'>WM_COMMAND</emphasis>
property will also be set from the values of the XtNargv and
XtNargc resources.
</para>
@@ -2921,13 +2921,13 @@ if requested and an error occurred; otherwise, unchanged.
<para>
At widget allocation time, if an extension record with <emphasis remap='I'>record_type</emphasis>
equal to
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
is located through the object class part <emphasis remap='I'>extension</emphasis> field
and the <emphasis remap='I'>allocate</emphasis> field is not NULL, the
<xref linkend='XtAllocateProc' xrefstyle='select: title'/>
will be invoked to allocate memory for the widget. If no ObjectClassPart
extension record is declared with <emphasis remap='I'>record_type equal</emphasis> to
-<emphasis role='bold'>NULLQUARK</emphasis>,
+<emphasis role='strong'>NULLQUARK</emphasis>,
then
<function>XtInheritAllocate</function>
and
@@ -4302,7 +4302,7 @@ class record. Callback lists are deallocated.
If the widget class object class part contains an
<function>ObjectClassExtension</function>
record with the record_type
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
and the <emphasis remap='I'>deallocate</emphasis> field is not NULL,
calls the deallocate procedure to deallocate the instance and if one
exists, the constraint record. Otherwise, the Intrinsics will deallocate
@@ -4547,13 +4547,13 @@ When a widget is destroyed, if an
<function>ObjectClassExtension</function>
record exists in the object class part <emphasis remap='I'>extension</emphasis> field
with <emphasis remap='I'>record_type</emphasis>
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
and the <emphasis remap='I'>deallocate</emphasis> field is not NULL, the
<function>XtDeallocateProc</function>
will be called.
If no ObjectClassPart extension record is declared with <emphasis remap='I'>record_type</emphasis>
equal to
-<emphasis role='bold'>NULLQUARK</emphasis>,
+<emphasis role='strong'>NULLQUARK</emphasis>,
then
<function>XtInheritAllocate</function>
and
diff --git a/specs/CH03.xml b/specs/CH03.xml
index 81cdd10..fb2b702 100644
--- a/specs/CH03.xml
+++ b/specs/CH03.xml
@@ -1000,7 +1000,7 @@ If no
<function>CompositeClassExtension</function>
record is found in the parent's composite class part <emphasis remap='I'>extension</emphasis> field
with record type
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
and version greater than 1, and if
<function>XtInheritChangeManaged</function>
was specified in the parent's class record during class initialization,
@@ -1414,7 +1414,7 @@ record in the
<function>ConstraintClassPart</function>
<emphasis remap='I'>extension</emphasis>
fields with a record type of
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
and the <emphasis remap='I'>get_values_hook</emphasis> field in
the extension record is non-NULL,
<xref linkend='XtGetValues' xrefstyle='select: title'/>
diff --git a/specs/CH04.xml b/specs/CH04.xml
index f8f3b62..94e7260 100644
--- a/specs/CH04.xml
+++ b/specs/CH04.xml
@@ -33,7 +33,7 @@ Clients should never attempt to change the size of their shells directly.
<term>TransientShell</term>
<listitem>
<para>Used for shell windows that have the
- <emphasis role='bold'>WM_TRANSIENT_FOR</emphasis>
+ <emphasis role='strong'>WM_TRANSIENT_FOR</emphasis>
property set. The effect of this property is dependent upon the
window manager being used.
</para>
@@ -97,7 +97,7 @@ They also can provide a layer of communication with the window manager.
<para>The base class for shell widgets; provides the
fields needed for all types of shells. Shell
is a direct subclass of
- <emphasis role='bold'>compositeWidgetClass</emphasis>.
+ <emphasis role='strong'>compositeWidgetClass</emphasis>.
</para>
</listitem>
</varlistentry>
@@ -127,7 +127,7 @@ They also can provide a layer of communication with the window manager.
<term>TransientShell</term>
<listitem>
<para>A subclass of VendorShell; used for shell windows that
- desire the <emphasis role='bold'>WM_TRANSIENT_FOR</emphasis>
+ desire the <emphasis role='strong'>WM_TRANSIENT_FOR</emphasis>
property.</para>
</listitem>
</varlistentry>
@@ -326,67 +326,67 @@ Shell.
</thead>
<tbody>
<row>
- <entry><emphasis role='bold'>ShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>shellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>ShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>shellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>OverrideShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>overrideShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>OverrideShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>overrideShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>WMShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>wmShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>WMShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>wmShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>VendorShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>vendorShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>VendorShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>vendorShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>TransientShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>transientShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>TransientShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>transientShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>TopLevelShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>topLevelShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>TopLevelShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>topLevelShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>ApplicationShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>applicationShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>ApplicationShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>applicationShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>SessionShellWidget</emphasis></entry>
- <entry><emphasis role='bold'>sessionShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>SessionShellWidget</emphasis></entry>
+ <entry><emphasis role='strong'>sessionShellWidgetClass</emphasis></entry>
</row>
<row>
- <entry><emphasis role='bold'>ShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>ShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>OverrideShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>OverrideShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>WMShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>WMShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>VendorShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>VendorShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>TransientShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>TransientShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>TopLevelShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>TopLevelShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>ApplicationShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>ApplicationShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
<row>
- <entry><emphasis role='bold'>SessionShellWidgetClass</emphasis></entry>
+ <entry><emphasis role='strong'>SessionShellWidgetClass</emphasis></entry>
<entry></entry>
</row>
</tbody>
@@ -458,7 +458,7 @@ If no
<function>ShellClassPart</function>
extension record is declared with <emphasis remap='I'>record_type</emphasis>
equal to
-<emphasis role='bold'>NULLQUARK</emphasis>,
+<emphasis role='strong'>NULLQUARK</emphasis>,
then
<function>XtInheritRootGeometryManager</function>
is assumed.
@@ -1187,7 +1187,7 @@ initialize procedures) are:
<entry>save_under</entry>
<entry><function>True</function>
for OverrideShell and TransientShell,
- <emphasis role='bold'>False</emphasis>
+ <emphasis role='strong'>False</emphasis>
otherwise</entry>
</row>
<row>
@@ -1444,18 +1444,18 @@ and its subclasses are:
<para>
The <emphasis remap='I'>title</emphasis> and
<emphasis remap='I'>title_encoding</emphasis> fields are stored in the
-<emphasis role='bold'>WM_NAME</emphasis>
+<emphasis role='strong'>WM_NAME</emphasis>
property on the shell's window by the WMShell realize procedure.
If the <emphasis remap='I'>title_encoding</emphasis> field is
<function>None</function>,
the <emphasis remap='I'>title</emphasis> string is assumed to be in the encoding of the current
locale and the encoding of the
-<emphasis role='bold'>WM_NAME</emphasis>
+<emphasis role='strong'>WM_NAME</emphasis>
property is set to
<function>XStdICCTextStyle</function>.
If a language procedure has not been set
the default value of <emphasis remap='I'>title_encoding</emphasis> is
-<emphasis role='bold'>XA_STRING</emphasis>, otherwise the default value is
+<emphasis role='strong'>XA_STRING</emphasis>, otherwise the default value is
<function>None</function>.
The <emphasis remap='I'>wm_timeout</emphasis> field specifies, in milliseconds,
the amount of time a shell is to wait for
@@ -1472,7 +1472,7 @@ notification.
If <emphasis remap='I'>transient</emphasis> is
<function>True</function>,
the
-<emphasis role='bold'>WM_TRANSIENT_FOR</emphasis>
+<emphasis role='strong'>WM_TRANSIENT_FOR</emphasis>
property
will be stored on the shell window with a value as specified below.
The interpretation of this property is specific to the window manager
@@ -1483,7 +1483,7 @@ for more details.
<para>
The realize and set_values procedures of WMShell store the
-<emphasis role='bold'>WM_CLIENT_LEADER</emphasis>
+<emphasis role='strong'>WM_CLIENT_LEADER</emphasis>
property on the shell window.
When <emphasis remap='I'>client_leader</emphasis> is not NULL and the client leader widget is
realized, the property will be created with the value of the window of the
@@ -1502,7 +1502,7 @@ with the value of the widget's window.
<para>
When the value of <emphasis remap='I'>window_role</emphasis> is not NULL, the
realize and set_values procedures store the
-<emphasis role='bold'>WM_WINDOW_ROLE</emphasis>
+<emphasis role='strong'>WM_WINDOW_ROLE</emphasis>
property on the shell's window with the value of the resource.
</para>
@@ -1585,7 +1585,7 @@ TransientShell,
and <emphasis remap='I'>window_group</emphasis> is not
<function>XtUnspecifiedWindowGroup</function>,
the WMShell realize and set_values procedures then store the
-<emphasis role='bold'>WM_TRANSIENT_FOR</emphasis>
+<emphasis role='strong'>WM_TRANSIENT_FOR</emphasis>
property with the value of <emphasis remap='I'>window_group</emphasis>.
</para>
@@ -1618,12 +1618,12 @@ shells have the following additional resource:
The realize and set_values procedures of
TransientShell
store the
-<emphasis role='bold'>WM_TRANSIENT_FOR</emphasis>
+<emphasis role='strong'>WM_TRANSIENT_FOR</emphasis>
property on the shell window if <emphasis remap='I'>transient</emphasis> is
<function>True</function>.
If <emphasis remap='I'>transient_for</emphasis> is non-NULL and the widget specified by
<emphasis remap='I'>transient_for</emphasis> is realized, then its window is used as the value of the
-<emphasis role='bold'>WM_TRANSIENT_FOR</emphasis>
+<emphasis role='strong'>WM_TRANSIENT_FOR</emphasis>
property; otherwise, the value of <emphasis remap='I'>window_group</emphasis> is used.
</para>
@@ -1651,7 +1651,7 @@ shells have the the following additional resources:
</row>
<row>
<entry>iconic</entry>
- <entry><emphasis role='bold'>False</emphasis></entry>
+ <entry><emphasis role='strong'>False</emphasis></entry>
</row>
<row>
<entry>icon_name_encoding</entry>
@@ -1664,25 +1664,25 @@ shells have the the following additional resources:
<para>
The <emphasis remap='I'>icon_name</emphasis>
and <emphasis remap='I'>icon_name_encoding</emphasis> fields are stored in the
-<emphasis role='bold'>WM_ICON_NAME</emphasis>
+<emphasis role='strong'>WM_ICON_NAME</emphasis>
property on the shell's window by the TopLevelShell realize
procedure.
If the <emphasis remap='I'>icon_name_encoding</emphasis> field is
<function>None</function>,
the <emphasis remap='I'>icon_name</emphasis> string is assumed to be in the encoding of the
current locale and the encoding of the
-<emphasis role='bold'>WM_ICON_NAME</emphasis>
+<emphasis role='strong'>WM_ICON_NAME</emphasis>
property is set to
<function>XStdICCTextStyle</function>.
If a language procedure has not been set,
the default value of <emphasis remap='I'>icon_name_encoding</emphasis> is
-<emphasis role='bold'>XA_STRING</emphasis>, otherwise the default value is
+<emphasis role='strong'>XA_STRING</emphasis>, otherwise the default value is
<function>None</function>.
The <emphasis remap='I'>iconic</emphasis> field may be used by a client to request
that the window manager iconify or deiconify the shell; the
TopLevelShell
set_values procedure will send the appropriate
-<emphasis role='bold'>WM_CHANGE_STATE</emphasis>
+<emphasis role='strong'>WM_CHANGE_STATE</emphasis>
message (as specified by the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis>)
if this resource is changed from
<function>False</function>
@@ -1738,7 +1738,7 @@ shells have the following additional resources:
<para>
The <emphasis remap='I'>argc</emphasis> and <emphasis remap='I'>argv</emphasis> fields are used to initialize
the standard property
-<emphasis role='bold'>WM_COMMAND</emphasis>. See the
+<emphasis role='strong'>WM_COMMAND</emphasis>. See the
<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual</olink>
for more information.
</para>
@@ -1799,7 +1799,7 @@ initialize procedure, are
</row>
<row>
<entry>join_session</entry>
- <entry><emphasis role='bold'>True</emphasis></entry>
+ <entry><emphasis role='strong'>True</emphasis></entry>
</row>
<row>
<entry>program_path</entry>
@@ -1815,7 +1815,7 @@ initialize procedure, are
</row>
<row>
<entry>restart_style</entry>
- <entry><emphasis role='bold'>SmRestartIfRunning</emphasis></entry>
+ <entry><emphasis role='strong'>SmRestartIfRunning</emphasis></entry>
</row>
<row>
<entry>save_callbacks</entry>
@@ -1853,7 +1853,7 @@ in the <emphasis remap='I'>session_id</emphasis> field.
When not NULL, the <emphasis remap='I'>session_id</emphasis> of the Session shell widget that
is at the root of the widget tree of the client leader widget will be
used to create the
-<emphasis role='bold'>SM_CLIENT_ID</emphasis>
+<emphasis role='strong'>SM_CLIENT_ID</emphasis>
property on the client leader's window.
</para>
@@ -1952,7 +1952,7 @@ and if <emphasis remap='I'>join_session</emphasis> is
<function>True</function>,
and if <emphasis remap='I'>argv</emphasis> or <emphasis remap='I'>restart_command</emphasis> is not NULL,
and if in POSIX environments the
-<emphasis role='bold'>SESSION_MANAGER</emphasis>
+<emphasis role='strong'>SESSION_MANAGER</emphasis>
environment variable is defined,
the shell will attempt to establish a new connection with the session manager.
</para>
@@ -1975,7 +1975,7 @@ if <emphasis remap='I'>join_session</emphasis> changes from
to
<function>True</function>
and <emphasis remap='I'>connection</emphasis> is NULL and when in POSIX environments the
-<emphasis role='bold'>SESSION_MANAGER</emphasis>
+<emphasis role='strong'>SESSION_MANAGER</emphasis>
environment variable is defined,
the shell will attempt to open a connection to the session manager.
If <emphasis remap='I'>connection</emphasis> changes from NULL to non-NULL, the
diff --git a/specs/CH07.xml b/specs/CH07.xml
index 822abf1..e2f6170 100644
--- a/specs/CH07.xml
+++ b/specs/CH07.xml
@@ -185,7 +185,7 @@ On a POSIX-based system,
<variablelist spacing='compact'>
<varlistentry>
<term>
- <emphasis role='bold'>XtInputReadMask</emphasis>
+ <emphasis role='strong'>XtInputReadMask</emphasis>
</term>
<listitem>
<para>
@@ -195,7 +195,7 @@ Specifies that <emphasis remap='I'>proc</emphasis> is to be called when <emphasi
</varlistentry>
<varlistentry>
<term>
- <emphasis role='bold'>XtInputWriteMask</emphasis>
+ <emphasis role='strong'>XtInputWriteMask</emphasis>
</term>
<listitem>
<para>
@@ -206,7 +206,7 @@ for writing.
</varlistentry>
<varlistentry>
<term>
- <emphasis role='bold'>XtInputExceptMask</emphasis>
+ <emphasis role='strong'>XtInputExceptMask</emphasis>
</term>
<listitem>
<para>
diff --git a/specs/CH09.xml b/specs/CH09.xml
index f0a262d..ae184df 100644
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -3321,7 +3321,7 @@ superclass records have declared
<function>ConstraintClassExtension</function>
records in
the Constraint class part <emphasis remap='I'>extension</emphasis> field with a record type of
-<emphasis role='bold'>NULLQUARK</emphasis>,
+<emphasis role='strong'>NULLQUARK</emphasis>,
and if the <emphasis remap='I'>get_values_hook</emphasis> field in the extension record is non-NULL,
<xref linkend='XtGetValues' xrefstyle='select: title'/>
calls the get_values_hook procedures in superclass-to-subclass order.
diff --git a/specs/CH11.xml b/specs/CH11.xml
index 1b5ae3a..ff3f462 100644
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -2915,7 +2915,7 @@ when the parameters are no longer needed.
<title>Generating MULTIPLE Requests</title>
<para>
To have the Intrinsics bundle multiple calls to make selection requests into
-a single request using a <emphasis role='bold'>MULTIPLE</emphasis> target, use
+a single request using a <emphasis role='strong'>MULTIPLE</emphasis> target, use
<xref linkend='XtCreateSelectionRequest' xrefstyle='select: title'/>
and
<xref linkend='XtSendSelectionRequest' xrefstyle='select: title'/>.
@@ -4385,7 +4385,7 @@ to provide for customization and internationalization of warning messages.
<sect1 id="Setting_WM_COLORMAP_WINDOWS">
<title>Setting WM_COLORMAP_WINDOWS</title>
<para>
-A client may set the value of the <emphasis role='bold'>WM_COLORMAP_WINDOWS</emphasis>
+A client may set the value of the <emphasis role='strong'>WM_COLORMAP_WINDOWS</emphasis>
property on a widget's window by calling
<xref linkend='XtSetWMColormapWindows' xrefstyle='select: title'/>.
</para>
@@ -4407,7 +4407,7 @@ property on a widget's window by calling
</term>
<listitem>
<para>
-Specifies the widget on whose window the <emphasis role='bold'>WM_COLORMAP_WINDOWS</emphasis>
+Specifies the widget on whose window the <emphasis role='strong'>WM_COLORMAP_WINDOWS</emphasis>
property is stored. Must be of class Core or any subclass thereof.
</para>
</listitem>
@@ -4419,7 +4419,7 @@ property is stored. Must be of class Core or any subclass thereof.
<listitem>
<para>
Specifies a list of widgets whose windows are potentially to be
-listed in the <emphasis role='bold'>WM_COLORMAP_WINDOWS</emphasis> property.
+listed in the <emphasis role='strong'>WM_COLORMAP_WINDOWS</emphasis> property.
</para>
</listitem>
</varlistentry>
@@ -4452,10 +4452,10 @@ resources of all widgets whose windows are already on the window list.
<para>
Finally,
<xref linkend='XtSetWMColormapWindows' xrefstyle='select: title'/>
-stores the resulting window list in the <emphasis role='bold'>WM_COLORMAP_WINDOWS</emphasis>
+stores the resulting window list in the <emphasis role='strong'>WM_COLORMAP_WINDOWS</emphasis>
property on the specified widget's window.
Refer to Section 4.1.8 in the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis> for details of
-the semantics of the <emphasis role='bold'>WM_COLORMAP_WINDOWS</emphasis> property.
+the semantics of the <emphasis role='strong'>WM_COLORMAP_WINDOWS</emphasis> property.
</para>
</sect1>
<!-- FIXME: -->
@@ -4866,10 +4866,10 @@ If a path is passed to
it is passed along to
<xref linkend='XtFindFile' xrefstyle='select: title'/>.
If the <emphasis remap='I'>path</emphasis> argument is NULL, the value of the
-<emphasis role='bold'>XFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XFILESEARCHPATH</emphasis>
environment variable is passed to
<xref linkend='XtFindFile' xrefstyle='select: title'/>.
-If <emphasis role='bold'>XFILESEARCHPATH</emphasis>
+If <emphasis role='strong'>XFILESEARCHPATH</emphasis>
is not defined, an implementation-specific default path is used
that contains at least six entries. These entries
must contain the following substitutions:
@@ -4934,7 +4934,7 @@ allow additional directories to be searched without preventing
resources in the system directories from being found. For example, a
user installing resource files under a directory called "ourdir"
might set
-<emphasis role='bold'>XFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XFILESEARCHPATH</emphasis>
to
</para>
<literallayout>
diff --git a/specs/CH12.xml b/specs/CH12.xml
index a338688..52c8193 100644
--- a/specs/CH12.xml
+++ b/specs/CH12.xml
@@ -105,7 +105,7 @@ typedef struct _ObjectClassPart {
The extension record defined for
<function>ObjectClassPart</function>
with a <emphasis remap='I'>record_type</emphasis> equal to
-<emphasis role='bold'>NULLQUARK</emphasis>
+<emphasis role='strong'>NULLQUARK</emphasis>
is
<function>ObjectClassExtensionRec</function>.
</para>
@@ -272,13 +272,13 @@ or any subclass:
</para>
<para>
-<emphasis role='bold'>XtInitializeWidgetClass</emphasis>,
-<emphasis role='bold'>XtCreateWidget</emphasis>,
-<emphasis role='bold'>XtVaCreateWidget</emphasis>
-<emphasis role='bold'>XtIsSubclass</emphasis>,
-<emphasis role='bold'>XtCheckSubclass</emphasis>
-<emphasis role='bold'>XtGetResourceList</emphasis>,
-<emphasis role='bold'>XtGetConstraintResourceList</emphasis>
+<emphasis role='strong'>XtInitializeWidgetClass</emphasis>,
+<emphasis role='strong'>XtCreateWidget</emphasis>,
+<emphasis role='strong'>XtVaCreateWidget</emphasis>
+<emphasis role='strong'>XtIsSubclass</emphasis>,
+<emphasis role='strong'>XtCheckSubclass</emphasis>
+<emphasis role='strong'>XtGetResourceList</emphasis>,
+<emphasis role='strong'>XtGetConstraintResourceList</emphasis>
</para>
<para>
diff --git a/specs/CH13.xml b/specs/CH13.xml
index b8c1b8b..0216b34 100644
--- a/specs/CH13.xml
+++ b/specs/CH13.xml
@@ -323,9 +323,9 @@ strings in any order within a single path entry. Users will need to
pay close attention to the documentation for the specific
implementation to know where to find these files and how to specify
their own
-<emphasis role='bold'>XFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XFILESEARCHPATH</emphasis>
and
-<emphasis role='bold'>XUSERFILESEARCHPATH</emphasis>
+<emphasis role='strong'>XUSERFILESEARCHPATH</emphasis>
values when overriding the system defaults.
</para>
</sect2>
diff --git a/specs/appB.xml b/specs/appB.xml
index 8062c48..219bb01 100644
--- a/specs/appB.xml
+++ b/specs/appB.xml
@@ -1,6 +1,6 @@
<appendix id='Translation_Table_Syntax'>
<title>Translation Table Syntax</title>
-<para><emphasis role='bold'>Notation</emphasis></para>
+<para><emphasis role='strong'>Notation</emphasis></para>
<para>
Syntax is specified in EBNF notation with the following conventions:
@@ -142,7 +142,7 @@ quotation mark is preceded by a single backslash (\). The
three-character sequence "\\\"" is interpreted as "single backslash
followed by end-of-string".
</para>
-<para><emphasis role='bold'>Modifier Names</emphasis></para>
+<para><emphasis role='strong'>Modifier Names</emphasis></para>
<para>
The modifier field is used to specify standard X keyboard and button
@@ -411,7 +411,7 @@ from the event.
</listitem>
</orderedlist>
-<para><emphasis role='bold'>Event Types</emphasis></para>
+<para><emphasis role='strong'>Event Types</emphasis></para>
<para>
The event-type field describes XEvent types.
@@ -831,7 +831,7 @@ Standard KeySym names are as defined in
with the "XK_" prefix removed.
</para>
-<para><emphasis role='bold'>Canonical Representation</emphasis></para>
+<para><emphasis role='strong'>Canonical Representation</emphasis></para>
<para>
Every translation table has a unique, canonical text representation. This
@@ -1023,7 +1023,7 @@ The canonical representation of a translation table is (see also
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Examples</emphasis></para>
+<para><emphasis role='strong'>Examples</emphasis></para>
<itemizedlist spacing='compact'>
<listitem>
diff --git a/specs/appD.xml b/specs/appD.xml
index dfbeda0..a14aaeb 100644
--- a/specs/appD.xml
+++ b/specs/appD.xml
@@ -263,7 +263,7 @@ Error Messages
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Warning Messages</emphasis></para>
+<para><emphasis role='strong'>Warning Messages</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
diff --git a/specs/appE.xml b/specs/appE.xml
index ebb350a..946aefe 100644
--- a/specs/appE.xml
+++ b/specs/appE.xml
@@ -7,7 +7,7 @@ header file contains definitions for the following resource name,
class, and representation type symbolic constants.
</para>
-<para><emphasis role='bold'>Resource names:</emphasis></para>
+<para><emphasis role='strong'>Resource names:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
@@ -404,7 +404,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Resource classes:</emphasis></para>
+<para><emphasis role='strong'>Resource classes:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' rowsep='0' colsep='0'>
@@ -693,7 +693,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Resource representation types:</emphasis></para>
+<para><emphasis role='strong'>Resource representation types:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
@@ -915,7 +915,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Boolean enumeration constants:</emphasis></para>
+<para><emphasis role='strong'>Boolean enumeration constants:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' rowsep='0' colsep='0'>
@@ -956,7 +956,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Orientation enumeration constants:</emphasis></para>
+<para><emphasis role='strong'>Orientation enumeration constants:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
@@ -981,7 +981,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Text edit enumeration constants:</emphasis></para>
+<para><emphasis role='strong'>Text edit enumeration constants:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="always" ?>
@@ -1011,7 +1011,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Color enumeration constants:</emphasis></para>
+<para><emphasis role='strong'>Color enumeration constants:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' rowsep='0' colsep='0'>
@@ -1036,7 +1036,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Font constant:</emphasis></para>
+<para><emphasis role='strong'>Font constant:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
@@ -1057,7 +1057,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Hooks for External Agents constants:</emphasis></para>
+<para><emphasis role='strong'>Hooks for External Agents constants:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
@@ -1189,7 +1189,7 @@ header file contains definitions for the following resource name,
class, and representation type symbolic constants.
</para>
-<para><emphasis role='bold'>Resource names:</emphasis></para>
+<para><emphasis role='strong'>Resource names:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
@@ -1446,7 +1446,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Resource classes:</emphasis></para>
+<para><emphasis role='strong'>Resource classes:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="auto" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
@@ -1679,7 +1679,7 @@ class, and representation type symbolic constants.
</tgroup>
</informaltable>
-<para><emphasis role='bold'>Resource representation types:</emphasis></para>
+<para><emphasis role='strong'>Resource representation types:</emphasis></para>
<informaltable frame='topbot' tabstyle='simpleheadertable'>
<?dbfo keep-together="always" ?>
diff --git a/specs/appF.xml b/specs/appF.xml
index f06df27..1849d70 100644
--- a/specs/appF.xml
+++ b/specs/appF.xml
@@ -2,7 +2,7 @@
<title>Resource Configuration Management</title>
<para>
Setting and changing resources in X applications can be difficult for
-both the application programmer and the end user. <emphasis role='bold'>Resource
+both the application programmer and the end user. <emphasis role='strong'>Resource
Configuration Management (RCM)</emphasis> addresses this problem by changing
the <function>X Intrinsics</function> to immediately modify a resource for a
specified widget and each child widget in the hierarchy.
diff --git a/specs/preface.xml b/specs/preface.xml
index a7b10aa..c5ac3cd 100644
--- a/specs/preface.xml
+++ b/specs/preface.xml
@@ -11,7 +11,7 @@ because the widget programmer is likely to use many more, if not all, of the Int
in building a widget, an attempt has been made to highlight those areas of information that are
deemed to be of special interest for the application programmer. (It is assumed the widget programmer
will have to be familiar with all the information.) Therefore, all entries in the table of
-contents that are printed in <emphasis role='bold'>bold</emphasis> indicate the information that
+contents that are printed in <emphasis role='strong'>bold</emphasis> indicate the information that
should be of special interest to an application programmer.
</para>
<para>
@@ -21,7 +21,7 @@ as special-purpose or custom widgets. It is possible, nonetheless, to use widget
knowing how to build them.
</para>
-<bridgehead><emphasis role='bold'>Conventions Used in this Manual</emphasis></bridgehead>
+<bridgehead><emphasis role='strong'>Conventions Used in this Manual</emphasis></bridgehead>
<para>This document uses the following conventions:</para>
<itemizedlist spacing='compact'>
<listitem>