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/XtCallCallbacks.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/XtCallCallbacks.man') diff --git a/man/XtCallCallbacks.man b/man/XtCallCallbacks.man index f7fc7a6..6bb2eb9 100644 --- a/man/XtCallCallbacks.man +++ b/man/XtCallCallbacks.man @@ -83,12 +83,12 @@ Specifies the callback list to be executed. Specifies the widget. .SH DESCRIPTION The -.BR XtCallCallbacks +.B XtCallCallbacks function calls each procedure that is registered in the specified widget's callback list. .LP If \fIcallbacks\fP is not NULL, -.BR XtCallCallbackList +.B XtCallCallbackList calls each of the callback procedures in the list, passing client data and \fIcall_data\fP. The \fIcallbacks\fP parameter must specify the contents of a widget or object resource declared with representation @@ -96,11 +96,11 @@ type .BR XtRCallback . .LP The -.BR XtHasCallbacks +.B XtHasCallbacks function first checks to see if the widget has a callback list identified by callback_name. If the callback list does not exist, -.BR XtHasCallbacks +.B XtHasCallbacks returns .BR XtCallbackNoList . If the callback list exists but is empty, -- cgit v1.2.3