summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-05 18:36:04 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-05-05 18:39:31 -0400
commitc9f5ccd2e6c301853ebf1595ca12b377a991a095 (patch)
tree95c016c1d542d7848d25b385593a0ee647ea7344 /specs
parent02bc6c1091fca1beeda6b0d79017c106655e913c (diff)
fixes for typos and formatting glitches
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r--specs/CH01.xml4
-rw-r--r--specs/CH02.xml2
-rw-r--r--specs/CH06.xml2
-rw-r--r--specs/CH07.xml2
-rw-r--r--specs/CH08.xml2
-rw-r--r--specs/CH09.xml4
-rw-r--r--specs/CH11.xml6
-rw-r--r--specs/CH12.xml2
-rw-r--r--specs/appC.xml2
-rw-r--r--specs/appE.xml2
10 files changed, 15 insertions, 13 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index 06d6a0f..793fd57 100644
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -2182,8 +2182,10 @@ the following field of
<function>ConstraintClassPart</function>
is chained from the subclass up to the
Constraint class:
- <emphasis remap='I'>destroy</emphasis>
</para>
+<programlisting>
+ <emphasis remap='I'>destroy</emphasis>
+</programlisting>
</sect2>
<sect2 id="Class_Initialization_class_initialize_and_class_part_initialize_Procedures">
diff --git a/specs/CH02.xml b/specs/CH02.xml
index 9ec6f5b..395cd06 100644
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -2777,7 +2777,7 @@ record is of type
<funcsynopsis id='XtAllocateProc'>
<funcprototype>
- <funcdef>typedef void <function>(*AllocateProc)</function></funcdef>
+ <funcdef>typedef void <function>(*XtAllocateProc)</function></funcdef>
<paramdef>WidgetClass <parameter>widget_class</parameter></paramdef>
<paramdef>Cardinal* <parameter>constraint_size</parameter></paramdef>
<paramdef>Cardinal* <parameter>more_bytes</parameter></paramdef>
diff --git a/specs/CH06.xml b/specs/CH06.xml
index f50b6b8..cdc1268 100644
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -725,7 +725,7 @@ Although
resizes the widget's window
(if the geometry
manager returns
-<function>XtGeometryYes ),</function>
+<function>XtGeometryYes</function>),
it does not call the widget class's resize procedure.
The requesting widget must perform whatever
resizing calculations are needed explicitly.
diff --git a/specs/CH07.xml b/specs/CH07.xml
index eac8720..c576ad9 100644
--- a/specs/CH07.xml
+++ b/specs/CH07.xml
@@ -2377,7 +2377,7 @@ if it found no handler to which to dispatch the event.
<xref linkend='XtDispatchEvent' xrefstyle='select: title'/>
records the last timestamp in any event that
contains a timestamp (see
-<function>XtLastTimestampProcessed ),</function>
+<function>XtLastTimestampProcessed</function>),
regardless of whether it was filtered or dispatched.
If a modal cascade is active with <emphasis remap='I'>spring_loaded</emphasis>
<function>True</function>,
diff --git a/specs/CH08.xml b/specs/CH08.xml
index 926e8d8..950e9bc 100644
--- a/specs/CH08.xml
+++ b/specs/CH08.xml
@@ -157,7 +157,7 @@ implementation-dependent; widgets may make no assumptions about the
value stored in this resource if it is non-NULL. Except to compare
the value to NULL (which is equivalent to
<function>XtCallbackStatus</function>
-<function>XtCallbackHasNone ),</function>
+<function>XtCallbackHasNone</function>),
access to callback list resources must be made
through other Intrinsics procedures.
</para>
diff --git a/specs/CH09.xml b/specs/CH09.xml
index b90f8f2..8f1a5c6 100644
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -658,7 +658,7 @@ static XtResource resources[] = {
<para>
The complete resource name for a field of a widget instance is the
concatenation of the application shell name (from
-<function>XtAppCreateShell ),</function>
+<function>XtAppCreateShell</function>),
the instance names of all the widget's parents up to the
top of the widget tree,
the instance name of the widget itself,
@@ -666,7 +666,7 @@ and the resource name of the specified field of the widget.
Similarly,
the full resource class of a field of a widget instance is the
concatenation of the application class (from
-<function>XtAppCreateShell ),</function>
+<function>XtAppCreateShell</function>),
the widget class names of all the widget's parents up to the
top of the widget tree,
the widget class name of the widget itself,
diff --git a/specs/CH11.xml b/specs/CH11.xml
index bb6902b..91f5f86 100644
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -1245,7 +1245,7 @@ selection data from the Intrinsics is of type
<funcsynopsis id='XtSelectionCallbackProc'>
<funcprototype>
-<funcdef>typedef void <function>(*XtSelectionCallbackPro)</function></funcdef>
+<funcdef>typedef void <function>(*XtSelectionCallbackProc)</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>XtPointer <parameter>client_data</parameter></paramdef>
<paramdef>Atom *<parameter>selection</parameter></paramdef>
@@ -4937,7 +4937,7 @@ as an argument:
<function>XtIsWMShell</function>,
<function>XtIsVendorShell</function>,
<function>XtIsTransientShell</function>,
-<function>XtIsToplevelShell</function>,
+<function>XtIsTopLevelShell</function>,
<function>XtIsApplicationShell</function>,
<function>XtIsSessionShell</function>
</para>
@@ -5475,7 +5475,7 @@ called upon completion of phase one destroy for a widget.
</para>
<para>
-The XtNshells and XtnumShells are read-only resources that report a
+The XtNshells and XtNnumShells are read-only resources that report a
list of all parentless shell widgets associated with a display.
</para>
diff --git a/specs/CH12.xml b/specs/CH12.xml
index d302daa..531411d 100644
--- a/specs/CH12.xml
+++ b/specs/CH12.xml
@@ -324,7 +324,7 @@ or any subclass:
<function>XtIsWMShell</function>,
<function>XtIsVendorShell</function>,
<function>XtIsTransientShell</function>,
-<function>XtIsToplevelShell</function>,
+<function>XtIsTopLevelShell</function>,
<function>XtIsApplicationShell</function>,
<function>XtIsSessionShell</function>
</para>
diff --git a/specs/appC.xml b/specs/appC.xml
index 003c740..a4af01a 100644
--- a/specs/appC.xml
+++ b/specs/appC.xml
@@ -1495,7 +1495,7 @@ The
function returns the address of the error database.
The Intrinsics do a lazy binding of the error database and do not merge in the
database file until the first call to
-<function>XtGetErrorDatbaseText</function>.
+<function>XtGetErrorDatabaseText</function>.
This routine has been replaced by
<xref linkend='XtAppGetErrorDatabase' xrefstyle='select: title'/>.
</para>
diff --git a/specs/appE.xml b/specs/appE.xml
index d467289..0fc9097 100644
--- a/specs/appE.xml
+++ b/specs/appE.xml
@@ -1079,7 +1079,7 @@ class, and representation type symbolic constants.
</row>
<row>
<entry>XtHsetValues</entry>
- <entry>"Xtsetvalues"</entry>
+ <entry>"XtsetValues"</entry>
</row>
<row>
<entry>XtHmanageChildren</entry>