From a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 10 Apr 2019 19:49:35 -0400 Subject: The ".BR" macro is used to join bold/regular text. Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey --- man/XtGetGC.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/XtGetGC.man') diff --git a/man/XtGetGC.man b/man/XtGetGC.man index 6d1c58c..6a64437 100644 --- a/man/XtGetGC.man +++ b/man/XtGetGC.man @@ -77,14 +77,14 @@ Specifies which \*(Vm. Specifies the widget. .SH DESCRIPTION The -.BR XtGetGC +.B XtGetGC function returns a sharable, read-only GC. The parameters to this function are the same as those for -.BR XCreateGC +.B XCreateGC except that a widget is passed instead of a display. -.BR XtGetGC +.B XtGetGC shares only GCs in which all values in the GC returned by -.BR XCreateGC +.B XCreateGC are the same. In particular, it does not use the value_mask provided to determine which fields of the GC a widget considers relevant. @@ -92,11 +92,11 @@ The value_mask is used only to tell the server which fields should be filled in with widget data and which it should fill in with default values. For further information about value_mask and values, see -.BR XCreateGC +.B XCreateGC in the \fI\*(xL\fP. .LP The -.BR XtReleaseGC +.B XtReleaseGC function deallocate the specified shared GC. .SH "SEE ALSO" .br -- cgit v1.2.3