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/XtGetApplicationResources.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/XtGetApplicationResources.man') diff --git a/man/XtGetApplicationResources.man b/man/XtGetApplicationResources.man index 1ac4301..29618f1 100644 --- a/man/XtGetApplicationResources.man +++ b/man/XtGetApplicationResources.man @@ -89,14 +89,14 @@ Specifies the widget \*(Wi. Specifies the variable arguments \*(Al. .SH DESCRIPTION The -.BR XtGetApplicationResources +.B XtGetApplicationResources function first uses the passed widget, which is usually an application shell, to construct a resource name and class list, Then, it retrieves the resources from the argument list, the resource database, or the resource list default values. After adding base to each address, -.BR XtGetApplicationResources +.B XtGetApplicationResources copies the resources into the address given in the resource list. If args is NULL, num_args must be zero. -- cgit v1.2.3