summaryrefslogtreecommitdiff
path: root/man/XtGetResourceList.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:15:12 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:35:51 -0400
commit0eedde5df39ac754623511c06c5573ad62ca4c4c (patch)
tree176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtGetResourceList.man
parentb7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff)
downloadxorg-lib-libXt-0eedde5df39ac754623511c06c5573ad62ca4c4c.tar.gz
manpage style fix: sentences should end at the end of a line
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtGetResourceList.man')
-rw-r--r--man/XtGetResourceList.man12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/XtGetResourceList.man b/man/XtGetResourceList.man
index 2b5098f..0bedaff 100644
--- a/man/XtGetResourceList.man
+++ b/man/XtGetResourceList.man
@@ -66,7 +66,8 @@ returns the resource list as specified in the widget class record.
If it is called after the widget class has been initialized,
.B XtGetResourceList
returns a merged resource list that contains the resources
-for all superclasses. The list returned by
+for all superclasses.
+The list returned by
.B XtGetResourceList
should be freed using
.B XtFree
@@ -78,13 +79,16 @@ is called before the widget class is initialized (that is,
before the first widget of that class has been created),
.B XtGetConstraintResourceList
returns the resource list as specified in the widget class Constraint
-part record. If it is called after the widget class has been initialized,
+part record.
+If it is called after the widget class has been initialized,
.B XtGetConstraintResourceList
returns a merged resource list that contains the Constraint resources
-for all superclasses. If the specified class is not a subclass of
+for all superclasses.
+If the specified class is not a subclass of
.BR constraintWidgetClass ,
\fI*resources_return\fP is set to NULL and \fI*num_resources_return\fP
-is set to zero. The list returned by
+is set to zero.
+The list returned by
.B XtGetConstraintResourceList
should be freed using
.B XtFree