summaryrefslogtreecommitdiff
path: root/man/XtConvertAndStore.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/XtConvertAndStore.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/XtConvertAndStore.man')
-rw-r--r--man/XtConvertAndStore.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/XtConvertAndStore.man b/man/XtConvertAndStore.man
index e88263a..717aad7 100644
--- a/man/XtConvertAndStore.man
+++ b/man/XtConvertAndStore.man
@@ -90,7 +90,8 @@ registered or was registered with cache type
or
.B XtCacheByDisplay
looks in the conversion cache to see if this conversion procedure
-has been called with the specified conversion arguments. If so, it
+has been called with the specified conversion arguments.
+If so, it
checks the success status of the prior call, and if the conversion
failed,
.B XtCallConverter
@@ -118,13 +119,15 @@ enters the result into the cache.
then returns what the converter returned.
.LP
The \fIcache_ref_return\fP field specifies storage allocated by the
-caller in which an opaque value will be stored. If the type converter
+caller in which an opaque value will be stored.
+If the type converter
has been registered with the
.B XtCacheRefCount
modifier and if the value returned in in \fIcache_ref_return\fP is
non-NULL, then the call should store the \fIcache_ref_return\fP value
in order to decrement the reference count when the converted value
-is no longer required. The \fIcache_ref_return\fP argument should be
+is no longer required.
+The \fIcache_ref_return\fP argument should be
NULL if the caller is unwilling or unable to store the value.
.SH "SEE ALSO"
XtAppReleaseCacheRefs(__libmansuffix__)