summaryrefslogtreecommitdiff
path: root/man/XtToolkitThreadInitialize.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/XtToolkitThreadInitialize.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/XtToolkitThreadInitialize.man')
-rw-r--r--man/XtToolkitThreadInitialize.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtToolkitThreadInitialize.man b/man/XtToolkitThreadInitialize.man
index de616b5..7707b06 100644
--- a/man/XtToolkitThreadInitialize.man
+++ b/man/XtToolkitThreadInitialize.man
@@ -63,14 +63,14 @@ XtToolkitThreadInitialize \- initialize the toolkit for multiple threads
Boolean XtToolkitThreadInitialize(void);
.SH DESCRIPTION
If
-.BR XtToolkitThreadInitialize
+.B XtToolkitThreadInitialize
was previously called, it returns. The application programmer must ensure
that two or more threads do not simultaneously attempt to call
.BR XtToolkitThreadInitialize ;
the effect of this is undefined.
-.BR XtToolkitThreadInitialize
+.B XtToolkitThreadInitialize
returns
-.BR True
+.B True
if the host operating system has threads and the Intrinsics are thread
safe.
.SH "SEE ALSO"