summaryrefslogtreecommitdiff
path: root/man/XtAppAddConverter.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtAppAddConverter.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppAddConverter.man')
-rw-r--r--man/XtAppAddConverter.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtAppAddConverter.man b/man/XtAppAddConverter.man
index c1ee893..2bd83cd 100644
--- a/man/XtAppAddConverter.man
+++ b/man/XtAppAddConverter.man
@@ -82,19 +82,19 @@ Specifies the number of additional arguments to the converter or zero.
.IP \fIto_type\fP 1i
Specifies the destination type.
.SH DESCRIPTION
-.BR XtAppAddConverter
+.B XtAppAddConverter
is equivalent in function to
-.BR XtAppSetTypeConverter
+.B XtAppSetTypeConverter
with \fIcache_type\fP equal to
-.BR XtCacheAll
+.B XtCacheAll
for old-format type converters. It has been superseded by
.BR XtAppSetTypeConverter .
.LP
-.BR XtAddConverter
+.B XtAddConverter
is equivalent in function to
-.BR XtSetTypeConverter
+.B XtSetTypeConverter
with \fIcache_type\fP equal to
-.BR XtCacheAll
+.B XtCacheAll
for old-format type converters. It has been superseded by
.BR XtSetTypeConverter .
.SH "SEE ALSO"