summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 14:52:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 15:17:59 -0800
commit9206b0ff74b9a37bc961f9ab09cd46d0e6fce215 (patch)
tree2529d9ea5e7b45c6000e10abbf9291bfb0b35098
parentc134bc0d72387399d73640a72842b0a1121c32ff (diff)
downloadxorg-lib-libXaw-9206b0ff74b9a37bc961f9ab09cd46d0e6fce215.tar.gz
specs: move trailing punctuation to behind </function> tag
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--specs/CH2.xml24
-rw-r--r--specs/List.xml8
-rw-r--r--specs/Template.xml10
-rw-r--r--specs/Template_private_header_file.xml4
-rw-r--r--specs/Template_public_header_file.xml2
-rw-r--r--specs/Template_widget_source_file.xml4
-rw-r--r--specs/TextFuncs.xml2
7 files changed, 27 insertions, 27 deletions
diff --git a/specs/CH2.xml b/specs/CH2.xml
index e699ddb..fbec2dc 100644
--- a/specs/CH2.xml
+++ b/specs/CH2.xml
@@ -250,7 +250,7 @@ managed if the parent is already realized.
<para>
<!-- .LP -->
To allocate, initialize, and manage a widget, use
-<function>XtCreateManagedWidget .</function>
+<function>XtCreateManagedWidget</function>.
<indexterm significance="preferred"><primary>XtCreateManagedWidget</primary></indexterm>
<funcsynopsis id='XtCreateManagedWidget'>
<funcprototype>
@@ -672,7 +672,7 @@ for each widget that wishes to convert a cursor to bitmap. In addition
to the directories specified in the <function>bitmapFilePath</function> resource a
default directory is searched. When using POSIX the default
directory is
-<function>/usr/include/X11/bitmaps .</function>
+<function>/usr/include/X11/bitmaps</function>.
</para>
</sect3>
</sect2>
@@ -973,7 +973,7 @@ Specifies the widget.
destroys the widget and recursively destroys any children that it may have,
including the windows created by its children.
After calling
-<function>XtDestroyWidget ,</function>
+<function>XtDestroyWidget</function>,
no further references should be made to the widget or any children
that the destroyed widget may have had.
</para>
@@ -984,7 +984,7 @@ that the destroyed widget may have had.
<!-- .LP -->
To retrieve the current value of a resource attribute associated
with a widget instance, use
-<function>XtGetValues .</function>
+<function>XtGetValues</function>.
<indexterm significance="preferred"><primary>XtGetValues</primary></indexterm>
<funcsynopsis id='XtGetValues'>
<funcprototype>
@@ -1047,7 +1047,7 @@ allocated as Position). For further information, see the
<!-- .LP -->
To modify the current value of a resource attribute associated with a
widget instance, use
-<function>XtSetValues .</function>
+<function>XtSetValues</function>.
<indexterm significance="preferred"><primary>XtSetValues</primary></indexterm>
<funcsynopsis id='XtSetValues'>
<funcprototype>
@@ -1112,7 +1112,7 @@ The argument list entry for
<xref linkend='XtGetValues' xrefstyle='select: title'/>
specifies the address to which the caller wants the value copied. The
argument list entry for
-<function>XtSetValues ,</function>
+<function>XtSetValues</function>,
however, contains the new value itself, if the size of value is less than
sizeof(XtArgVal) (architecture dependent, but at least sizeof(long));
otherwise, it is a pointer to the value. String resources are always
@@ -1190,7 +1190,7 @@ the callback list described below or by using the special convenience
routines <xref linkend='XtAddCallback' xrefstyle='select: title'/> and <function>XtAddCallbacks</function>. When the widget
is created, a pointer to a list of callback procedure and data pairs can
be passed in the argument list to
-<function>XtCreateWidget .</function>
+<function>XtCreateWidget</function>.
The list is of type
<function>XtCallbackList :</function>
<indexterm><primary>XtCallbackProc</primary></indexterm>
@@ -1213,7 +1213,7 @@ typedef struct {
<para>
<!-- .LP -->
The callback list must be allocated and initialized before calling
-<function>XtCreateWidget .</function>
+<function>XtCreateWidget</function>.
<indexterm><primary>XtCreateWidget</primary></indexterm>
The end of the list is identified by an entry containing NULL in
callback and closure. Once the widget is created, the client can change
@@ -1323,7 +1323,7 @@ Include
<function>&lt; X11/Intrinsic.h &gt;</function>
in your application programs.
This header file automatically includes
-<function>&lt; X11/Xlib.h &gt;,</function>
+<function>&lt; X11/Xlib.h &gt;</function>,
so all Xlib functions also are defined.
It may also be necessary to include <function>&lt; X11/StringDefs.h &gt;</function> when setting
up argument lists, as many of the XtN<emphasis remap='I'>something</emphasis> definitions are
@@ -1337,7 +1337,7 @@ that you need to use.
For example,
<function>&lt; X11/Xaw/Label.h &gt;</function>
and
-<function>&lt; X11/Xaw/Command.h &gt;.</function>
+<function>&lt; X11/Xaw/Command.h &gt;</function>.
</para>
</listitem>
<listitem>
@@ -1398,7 +1398,7 @@ on the top level widget.
<listitem>
<para>
Most applications now sit in a loop processing events using
-<function>XtAppMainLoop ,</function>
+<function>XtAppMainLoop</function>,
for example:
<indexterm><primary>XtAppMainLoop</primary></indexterm>
<literallayout class="monospaced">
@@ -1852,7 +1852,7 @@ would return 10, not 2, and therefore is not useful.
<!-- .NT -->
You should not use auto-increment or auto-decrement
within the first argument to
-<function>XtSetArg .</function>
+<function>XtSetArg</function>.
As it is currently implemented,
<function>XtSetArg</function>
is a macro that dereferences the first argument twice.
diff --git a/specs/List.xml b/specs/List.xml
index 84fd762..acf20cb 100644
--- a/specs/List.xml
+++ b/specs/List.xml
@@ -650,7 +650,7 @@ operating systems, and had to be changed.
<para>
<!-- .LP -->
To change the list that is displayed, use
-<function>XawListChange .</function>
+<function>XawListChange</function>.
<indexterm significance="preferred"><primary>XawListChange</primary></indexterm>
<funcsynopsis id='XawListChange'>
<funcprototype>
@@ -736,7 +736,7 @@ has been changed again with this function or with <xref linkend='XtSetValues' xr
<para>
<!-- .LP -->
To highlight an item in the list, use
-<function>XawListHighlight .</function>
+<function>XawListHighlight</function>.
<indexterm significance="preferred"><primary>XawListHighlight</primary></indexterm>
<funcsynopsis id='XawListHighlight'>
<funcprototype>
@@ -784,7 +784,7 @@ the highlighted item is unhighlighted before the new item is highlighted.
<para>
<!-- .LP -->
To unhighlight the currently highlighted item in the list, use
-<function>XawListUnhighlight .</function>
+<function>XawListUnhighlight</function>.
<indexterm significance="preferred"><primary>XawListUnhighlight</primary></indexterm>
<funcsynopsis id='XawListUnhighlight'>
<funcprototype>
@@ -812,7 +812,7 @@ Specifies the List widget.
<para>
<!-- .LP -->
To retrieve the list element that is currently <emphasis remap='I'>set</emphasis>, use
-<function>XawListShowCurrent .</function>
+<function>XawListShowCurrent</function>.
<indexterm significance="preferred"><primary>XawListShowCurrent</primary></indexterm>
<funcsynopsis id='XawListShowCurrent'>
<funcprototype>
diff --git a/specs/Template.xml b/specs/Template.xml
index c8b8810..80e6ae1 100644
--- a/specs/Template.xml
+++ b/specs/Template.xml
@@ -10,7 +10,7 @@ operation, or to call a public routine implemented by the widget class.
<para>
<!-- .LP -->
The contents of the Template public header file,
-<function>&lt; X11/Xaw/Template.h &gt;, </function>
+<function>&lt; X11/Xaw/Template.h &gt;</function>,
are:
</para>
<literallayout class="monospaced">
@@ -120,12 +120,12 @@ that will be required by anticipated subclasses of the widget.
Information in the private header file is normally hidden from the
application and is designed to be accessed only through other public
procedures; e.g.
-<function>XtSetValues .</function>
+<function>XtSetValues</function>.
</para>
<para>
<!-- .LP -->
The contents of the Template private header file,
-<function>&lt; X11/Xaw/TemplateP.h &gt;, </function>
+<function>&lt; X11/Xaw/TemplateP.h &gt;</function>,
are:
</para>
<!-- .CB -->
@@ -209,7 +209,7 @@ action routines added by the widget class.
<para>
<!-- .LP -->
The contents of the Template implementation file,
-<function>&lt; X11/Xaw/Template.c &gt;,</function>
+<function>&lt; X11/Xaw/Template.c &gt;</function>,
are:
</para>
<!-- .CB -->
@@ -399,7 +399,7 @@ Font WindowFont(w)
<para>
The "WindowWidget" is now complete. The application can retrieve the two
drawing colors from the widget instance by calling either
-<function>XtGetValues ,</function>
+<function>XtGetValues</function>,
or the <function>WindowColor</function> functions. The actual window created for the
"WindowWidget" is available by calling the
<function>XtWindow</function> function.
diff --git a/specs/Template_private_header_file.xml b/specs/Template_private_header_file.xml
index a26e92e..de49e95 100644
--- a/specs/Template_private_header_file.xml
+++ b/specs/Template_private_header_file.xml
@@ -8,12 +8,12 @@ that will be required by anticipated subclasses of the widget.
Information in the private header file is normally hidden from the
application and is designed to be accessed only through other public
procedures; e.g.
-<function>XtSetValues .</function>
+<function>XtSetValues</function>.
</para>
<para>
<!-- .LP -->
The contents of the Template private header file,
-<function>&lt; X11/Xaw/TemplateP.h &gt;, </function>
+<function>&lt; X11/Xaw/TemplateP.h &gt;</function>,
are:
</para>
<!-- .CB -->
diff --git a/specs/Template_public_header_file.xml b/specs/Template_public_header_file.xml
index ff7de59..ab06a5d 100644
--- a/specs/Template_public_header_file.xml
+++ b/specs/Template_public_header_file.xml
@@ -10,7 +10,7 @@ operation, or to call a public routine implemented by the widget class.
<para>
<!-- .LP -->
The contents of the Template public header file,
-<function>&lt; X11/Xaw/Template.h &gt;, </function>
+<function>&lt; X11/Xaw/Template.h &gt;</function>,
are:
</para>
<literallayout class="monospaced">
diff --git a/specs/Template_widget_source_file.xml b/specs/Template_widget_source_file.xml
index ca00e56..66acaad 100644
--- a/specs/Template_widget_source_file.xml
+++ b/specs/Template_widget_source_file.xml
@@ -10,7 +10,7 @@ action routines added by the widget class.
<para>
<!-- .LP -->
The contents of the Template implementation file,
-<function>&lt; X11/Xaw/Template.c &gt;,</function>
+<function>&lt; X11/Xaw/Template.c &gt;</function>,
are:
</para>
<!-- .CB -->
@@ -200,7 +200,7 @@ Font WindowFont(w)
<para>
The "WindowWidget" is now complete. The application can retrieve the two
drawing colors from the widget instance by calling either
-<function>XtGetValues ,</function>
+<function>XtGetValues</function>,
or the <function>WindowColor</function> functions. The actual window created for the
"WindowWidget" is available by calling the
<function>XtWindow</function> function.
diff --git a/specs/TextFuncs.xml b/specs/TextFuncs.xml
index 61ae5ab..f566660 100644
--- a/specs/TextFuncs.xml
+++ b/specs/TextFuncs.xml
@@ -97,7 +97,7 @@ either XawFmt8Bit or XawFmtWide.
<para>
<!-- .LP -->
Note: Previous versions of Xaw used
-<function>FMT8BIT ,</function>
+<function>FMT8BIT</function>,
which has been retained for backwards compatibility. <function>FMT8BIT</function> is
deprecated and will eventually be removed from the implementation.
</para>