summaryrefslogtreecommitdiff
path: root/specs/Template.xml
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 /specs/Template.xml
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>
Diffstat (limited to 'specs/Template.xml')
-rw-r--r--specs/Template.xml10
1 files changed, 5 insertions, 5 deletions
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.