diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:15:12 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:35:51 -0400 |
commit | 0eedde5df39ac754623511c06c5573ad62ca4c4c (patch) | |
tree | 176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtAppReleaseCacheRefs.man | |
parent | b7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff) |
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/XtAppReleaseCacheRefs.man')
-rw-r--r-- | man/XtAppReleaseCacheRefs.man | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/XtAppReleaseCacheRefs.man b/man/XtAppReleaseCacheRefs.man index 5775c03..c217a68 100644 --- a/man/XtAppReleaseCacheRefs.man +++ b/man/XtAppReleaseCacheRefs.man @@ -49,10 +49,11 @@ Specifies the list of cache references to be released. .SH DESCRIPTION .B XtAppReleaseCacheRefs decrements the reference count for the conversion entries identified -by the \fIrefs\fP argument. This argument is a pointer to a NULL-terminated -list of +by the \fIrefs\fP argument. +This argument is a pointer to a NULL-terminated list of .B XtCacheRef -values. If any reference count reaches zero, the destructor, if any, will +values. +If any reference count reaches zero, the destructor, if any, will be called and the resource removed from the conversion cache. .SH "SEE ALSO" .br |