summaryrefslogtreecommitdiff
path: root/man/XtSetWMColormapWindows.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/XtSetWMColormapWindows.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/XtSetWMColormapWindows.man')
-rw-r--r--man/XtSetWMColormapWindows.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtSetWMColormapWindows.man b/man/XtSetWMColormapWindows.man
index 9cfc12b..94b0210 100644
--- a/man/XtSetWMColormapWindows.man
+++ b/man/XtSetWMColormapWindows.man
@@ -72,10 +72,10 @@ listed in the WM_COLORMAP_WINDOWS property.
.IP \fIcount\fP 1i
Specifies the number of widgets in \fIlist\fP.
.SH DESCRIPTION
-.BR XtSetWMColormapWindows
+.B XtSetWMColormapWindows
returns immediately if \fIwidget\fP is not realized or if \fIcount\fP
is zero. Otherwise,
-.BR XtSetWMColormapWindows
+.B XtSetWMColormapWindows
constructs an ordered list of windows by examining each widget in
\fIlist\fP in turn and ignoring the widget if it is not realized,
or adding the widget's window to the window list if the widget is
@@ -84,7 +84,7 @@ resources of all widgets whose windows are already on the window
list.
.LP
Finally,
-.BR XtSetWMColormapWindows
+.B XtSetWMColormapWindows
stores the resulting window list in the WM_COLORMAP_WINDOWS property
on the specified widget's window.
.SH "SEE ALSO"