summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-06-13 19:05:55 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-06-13 21:26:55 -0400
commit880876ba1aff9cf56d574d2bf486856f5bf20107 (patch)
treeec55f456ed4c9f402d474dd9109a4d0f27d55509
parent86073013496a2f45ebde242001e82cf5049d51cd (diff)
fix some punctuation errata
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--specs/CH02.xml6
-rw-r--r--specs/CH03.xml2
-rw-r--r--specs/CH05.xml2
-rw-r--r--specs/CH06.xml2
-rw-r--r--specs/CH07.xml12
-rw-r--r--specs/CH09.xml2
-rw-r--r--specs/CH10.xml2
-rw-r--r--specs/CH11.xml16
-rw-r--r--specs/CH13.xml6
-rw-r--r--specs/appC.xml2
10 files changed, 26 insertions, 26 deletions
diff --git a/specs/CH02.xml b/specs/CH02.xml
index 13333ac..52df96b 100644
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -3770,7 +3770,7 @@ will be of class Object or a subclass.
<funcsynopsis id='XtScreen'>
<funcprototype>
- <funcdef>Screen <function>*XtScreen</function></funcdef>
+ <funcdef>Screen *<function>XtScreen</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -3830,7 +3830,7 @@ and
<funcsynopsis id='XtDisplayOfObject'>
<funcprototype>
- <funcdef>Display <function>*XtDisplayOfObject</function></funcdef>
+ <funcdef>Display *<function>XtDisplayOfObject</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -3861,7 +3861,7 @@ Widget or a subclass thereof.
<funcsynopsis id='XtScreenOfObject'>
<funcprototype>
- <funcdef>Screen <function>*XtScreenOfObject</function></funcdef>
+ <funcdef>Screen *<function>XtScreenOfObject</function></funcdef>
<paramdef>Widget <parameter>object</parameter></paramdef>
</funcprototype>
</funcsynopsis>
diff --git a/specs/CH03.xml b/specs/CH03.xml
index a72ddd3..610963e 100644
--- a/specs/CH03.xml
+++ b/specs/CH03.xml
@@ -1001,7 +1001,7 @@ The <emphasis remap='I'>do_change_proc</emphasis> is of type
<funcsynopsis id='XtDoChangeProc'>
<funcprototype>
-<funcdef>typedef void <function>*XtDoChangeProc</function></funcdef>
+<funcdef>typedef void *<function>XtDoChangeProc</function></funcdef>
<paramdef>Widget <parameter>composite_parent</parameter></paramdef>
<paramdef>WidgetList <parameter>unmange_children</parameter></paramdef>
diff --git a/specs/CH05.xml b/specs/CH05.xml
index bc692b1..1ced143 100644
--- a/specs/CH05.xml
+++ b/specs/CH05.xml
@@ -406,7 +406,7 @@ in the shell widget instance record is of type
<funcsynopsis id='XtCreatePopupChildProc'>
<funcprototype>
-<funcdef>typedef void <function>*XtCreatePopupChildProc</function></funcdef>
+<funcdef>typedef void *<function>XtCreatePopupChildProc</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
</funcprototype>
</funcsynopsis>
diff --git a/specs/CH06.xml b/specs/CH06.xml
index 5e5b090..f0e45f6 100644
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -613,7 +613,7 @@ The geometry_manager procedure pointer in a composite widget class is of type
<funcsynopsis id='XtGeometryHandler'>
<funcprototype>
-<funcdef>typedef XtGeometryResult <function>*XtGeometryHandler</function></funcdef>
+<funcdef>typedef XtGeometryResult *<function>XtGeometryHandler</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>XtWidgetGeometry *<parameter>request</parameter></paramdef>
<paramdef>XtWidgetGeometry *<parameter>geometry_return</parameter></paramdef>
diff --git a/specs/CH07.xml b/specs/CH07.xml
index 6d8127f..448e3a8 100644
--- a/specs/CH07.xml
+++ b/specs/CH07.xml
@@ -391,7 +391,7 @@ are of type
<funcsynopsis id='XtBlockHookProc'>
<funcprototype>
-<funcdef>typedef void <function>*XtBlockHookProc</function></funcdef>
+<funcdef>typedef void *<function>XtBlockHookProc</function></funcdef>
<paramdef>XtPointer <parameter>client_data</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -532,7 +532,7 @@ type
<funcsynopsis id='XtTimerCallbackProc'>
<funcprototype>
-<funcdef>typedef void <function>*XtTimerCallbackProc</function></funcdef>
+<funcdef>typedef void *<function>XtTimerCallbackProc</function></funcdef>
<paramdef>XtPointer <parameter>client_data</parameter></paramdef>
<paramdef>XtIntervalId *<parameter>timer</parameter></paramdef>
</funcprototype>
@@ -1805,7 +1805,7 @@ The accept_focus procedure pointer is of type
<funcsynopsis id='XtAcceptFocusProc'>
<funcprototype>
-<funcdef>typedef Boolean <function>*XtAcceptFocusProc</function></funcdef>
+<funcdef>typedef Boolean *<function>XtAcceptFocusProc</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>Time *<parameter>time</parameter></paramdef>
@@ -1838,7 +1838,7 @@ Specifies the X time of the event causing the accept focus.
<para>
Widgets that need the input focus can call
<function>XSetInputFocus</function>
-explicitly, pursuant to the restrictions of the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis>.
+explicitly, pursuant to the restrictions of the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis>.
To allow outside agents, such as the parent,
to cause a widget to take the input focus,
every widget exports an accept_focus procedure.
@@ -2896,7 +2896,7 @@ passing the modified exposure event and (unless
is specified) the region.
For more information on regions, see
<olink targetdoc='libX11' targetptr='Manipulating_Regions'>Section 16.5</olink> in
-<olink targetdoc='libX11' targetptr='libX11'>Xlib &mdash; C Language X Interface.</olink>.)
+<olink targetdoc='libX11' targetptr='libX11'>Xlib &mdash; C Language X Interface</olink>.
</para>
<para>
@@ -4264,7 +4264,7 @@ To register a procedure to select extension events for a widget, use
<funcsynopsis id='XtRegisterExtensionSelector'>
<funcprototype>
<funcdef>void <function>XtRegisterExtensionSelector</function></funcdef>
- <paramdef>Display <parameter>*display</parameter></paramdef>
+ <paramdef>Display *<parameter>display</parameter></paramdef>
<paramdef>int <parameter>min_event_type</parameter></paramdef>
<paramdef>int <parameter>max_event_type</parameter></paramdef>
<paramdef>XtExtensionSelectProc <parameter>proc</parameter></paramdef>
diff --git a/specs/CH09.xml b/specs/CH09.xml
index 76219db..24450d4 100644
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -1599,7 +1599,7 @@ The String-to-InitialState conversion accepts the values
<function>NormalState</function>
or
<function>IconicState</function>
-as defined by the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis>.
+as defined by the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis>.
</para>
<para>
diff --git a/specs/CH10.xml b/specs/CH10.xml
index 519f428..e45ec5a 100644
--- a/specs/CH10.xml
+++ b/specs/CH10.xml
@@ -1404,7 +1404,7 @@ needed, as the table may change prior to dispatching each event.
<para>
For more information on this table, see
<olink targetdoc='libX11' targetptr='Manipulating_the_Keyboard_Encoding'>Section 12.7</olink> in
-<olink targetdoc='libX11' targetptr='libX11'>Xlib &mdash; C Language X Interface.</olink>.
+<olink targetdoc='libX11' targetptr='libX11'>Xlib &mdash; C Language X Interface</olink>.
</para>
<para>
diff --git a/specs/CH11.xml b/specs/CH11.xml
index fc45a72..cdcb899 100644
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -782,7 +782,7 @@ server when the last user of a given GC releases it.
<para>
Arbitrary widgets in multiple applications can communicate
with each other by means of the Intrinsics global selection mechanism,
-which conforms to the specifications in the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis>.
+which conforms to the specifications in the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis>.
The Intrinsics supply functions for providing and receiving selection data in
one logical piece (atomic transfers)
or in smaller logical segments (incremental transfers).
@@ -1046,7 +1046,7 @@ byte-swap the data if necessary.
This procedure does not need to worry about responding to the
MULTIPLE or the TIMESTAMP target values (see
<xref linkend='Window_Creation_Convenience_Routine' />
-in the <olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual.</olink>).
+in the <olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual</olink>).
A selection request with
the MULTIPLE target type is transparently transformed into a
series of calls to this procedure, one for each target type, and a
@@ -1465,7 +1465,7 @@ For more information about <emphasis remap='I'>selection</emphasis>,
<emphasis remap='I'>target</emphasis>, and
<emphasis remap='I'>time</emphasis>, see
<olink targetdoc='icccm' targetptr='Use_of_Selection_Atoms'>Section 2.6</olink> in the
-<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual.</olink>.
+<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual</olink>.
</para>
<funcsynopsis id='XtGetSelectionValues'>
@@ -1575,7 +1575,7 @@ target value with the corresponding client data.
For more information about <emphasis remap='I'>selection</emphasis>, <emphasis remap='I'>target</emphasis>, and
<emphasis remap='I'>time</emphasis>, see
<olink targetdoc='icccm' targetptr='Use_of_Selection_Atoms'>section 2.6</olink>
-in the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis>.
+in the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis>.
</para>
</sect3>
<sect3 id="Setting_the_Selection_Owner">
@@ -2329,7 +2329,7 @@ For more information about <emphasis remap='I'>selection</emphasis>,
<emphasis remap='I'>target</emphasis>, and
<emphasis remap='I'>time</emphasis>, see
<olink targetdoc='icccm' targetptr='Use_of_Selection_Atoms'>Use of Selection Atoms</olink> in the
-<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual.</olink>
+<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual</olink>.
</para>
<funcsynopsis id='XtGetSelectionValuesIncremental'>
@@ -2446,7 +2446,7 @@ repeatedly.
For more information about <emphasis remap='I'>selection</emphasis>, <emphasis remap='I'>target</emphasis>, and
<emphasis remap='I'>time</emphasis>, see
<olink targetdoc='icccm' targetptr='Use_of_Selection_Atoms'>Section 2.6</olink> in the
-<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual.</olink>
+<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual</olink>.
</para>
</sect3>
<sect3 id="Setting_the_Selection_Owner_for_Incremental_Transfers">
@@ -2578,7 +2578,7 @@ otherwise.
For more information about <emphasis remap='I'>selection</emphasis>, <emphasis remap='I'>target</emphasis>, and
<emphasis remap='I'>time</emphasis>, see
<olink targetdoc='icccm' targetptr='Use_of_Selection_Atoms'>Section 2.6</olink> in the
-<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual.</olink>
+<olink targetdoc='icccm' targetptr='icccm'>Inter-Client Communication Conventions Manual</olink>.
</para>
<para>
@@ -4351,7 +4351,7 @@ Finally,
<xref linkend='XtSetWMColormapWindows' xrefstyle='select: title'/>
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
+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='strong'>WM_COLORMAP_WINDOWS</emphasis> property.
</para>
</sect1>
diff --git a/specs/CH13.xml b/specs/CH13.xml
index 0b54bbd..dc9a064 100644
--- a/specs/CH13.xml
+++ b/specs/CH13.xml
@@ -156,7 +156,7 @@ semantics.
<sect2 id="Subclasses_of_WMShell">
<title>Subclasses of WMShell</title>
<para>
-The formal adoption of the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis> as
+The formal adoption of the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis> as
an X Consortium standard has meant the addition of four fields to
<function>WMShellPart</function>
and one field to
@@ -556,7 +556,7 @@ has been added.
<sect2 id="Communication_with_Window_and_Session_Managers">
<title>Communication with Window and Session Managers</title>
<para>
-The revision of the <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis> as an X Consortium standard has resulted
+The revision of the <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis> as an X Consortium standard has resulted
in the addition of three fields to the specification of
<function>WMShellPart</function>.
These are <emphasis remap='I'>urgency</emphasis>, <emphasis remap='I'>client_leader</emphasis>, and <emphasis remap='I'>window_role</emphasis>.
@@ -730,7 +730,7 @@ ignore NumLock and apply the normal protocol semantics.
<title>Selections</title>
<para>
The targets of selection requests may be parameterized, as described
-by the revised <emphasis remap='I'>Inter-Client Communication Conventions Manual.</emphasis>.
+by the revised <emphasis remap='I'>Inter-Client Communication Conventions Manual</emphasis>.
When such requests are made,
<xref linkend='XtSetSelectionParameters' xrefstyle='select: title'/>
is used by the requestor to specify the target parameters and
diff --git a/specs/appC.xml b/specs/appC.xml
index a4af01a..048258d 100644
--- a/specs/appC.xml
+++ b/specs/appC.xml
@@ -1484,7 +1484,7 @@ an application- or widget-specific database), use
<funcsynopsis id='XtGetErrorDatabase'>
<funcprototype>
-<funcdef>XrmDatabase <function>*XtGetErrorDatabase</function></funcdef>
+<funcdef>XrmDatabase *<function>XtGetErrorDatabase</function></funcdef>
<paramdef><parameter>void</parameter></paramdef>
</funcprototype>
</funcsynopsis>