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/XtCallAcceptFocus.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/XtCallAcceptFocus.man') diff --git a/man/XtCallAcceptFocus.man b/man/XtCallAcceptFocus.man index 7360acc..99e7721 100644 --- a/man/XtCallAcceptFocus.man +++ b/man/XtCallAcceptFocus.man @@ -69,12 +69,12 @@ Specifies the X time of the event that is causing the accept focus. Specifies the widget. .SH DESCRIPTION The -.BR XtCallAcceptFocus +.B XtCallAcceptFocus function calls the specified widget's accept_focus procedure, passing it the specified widget and time, and returns what the accept_focus procedure returns. If accept_focus is NULL, -.BR XtCallAcceptFocus +.B XtCallAcceptFocus returns .BR False . .SH "SEE ALSO" -- cgit v1.2.3