summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-10-27 22:20:08 -0600
committerMatt Dew <marcoz@osource.org>2011-10-27 22:20:08 -0600
commita5ed3c007103408a5a7a052d8b131e5725347501 (patch)
tree15730bbc359b7660ac9d95f4dce4c6a86ba515b3
parent7791a5fe02efe98e5c5ae4fd3992d7d3f7ad5541 (diff)
proofread CH12.xml
-rw-r--r--specs/CH12.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/specs/CH12.xml b/specs/CH12.xml
index 8285c9f..a6f8887 100644
--- a/specs/CH12.xml
+++ b/specs/CH12.xml
@@ -59,11 +59,11 @@ structure. All fields have the same purpose,
function, and restrictions as the corresponding fields in
<function>CoreClassPart</function>;
fields whose
-names are obj<emphasis remap='I'>\s+1n\s-1</emphasis> for some integer \s+1<emphasis remap='I'>n</emphasis>\s-1 are not
+names are obj<emphasis remap='I'>n</emphasis> for some integer <emphasis remap='I'>n</emphasis> are not
used for Object,
but exist to pad the data structure so that it matches Core's class
record. The class record initialization must fill all
-obj<emphasis remap='I'>\s+1n\s-1</emphasis> fields with NULL or zero as appropriate to the type.
+obj<emphasis remap='I'>n</emphasis> fields with NULL or zero as appropriate to the type.
</para>
<literallayout class="monospaced">
typedef struct _ObjectClassPart {
@@ -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
-<function>\s-1NULLQUARK\s+1</function>
+<emphasis role='bold'>NULLQUARK</emphasis>
is
<function>ObjectClassExtensionRec</function>.
</para>
@@ -267,15 +267,17 @@ The WidgetClass arguments to the following procedures may be
<function>objectClass</function>
or any subclass:
</para>
+
<para>
-<function>XtInitializeWidgetClass</function>,
-<function>XtCreateWidget</function>,
-<function>XtVaCreateWidget</function>
-<function>XtIsSubclass</function>,
-<function>XtCheckSubclass</function>
-<function>XtGetResourceList</function>,
-<function>XtGetConstraintResourceList</function>
+<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>
</para>
+
<para>
The Widget arguments to the following procedures may be of class
Object