summaryrefslogtreecommitdiff
path: root/specs/Template_widget_source_file.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_widget_source_file.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_widget_source_file.xml')
-rw-r--r--specs/Template_widget_source_file.xml4
1 files changed, 2 insertions, 2 deletions
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.