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/XtAppInitialize.man | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man/XtAppInitialize.man') diff --git a/man/XtAppInitialize.man b/man/XtAppInitialize.man index f69ba26..034cf75 100644 --- a/man/XtAppInitialize.man +++ b/man/XtAppInitialize.man @@ -100,35 +100,35 @@ Specifies the variable argument list to override any other resource specification for the created shell widget. .SH DESCRIPTION The -.BR XtAppInitialize +.B XtAppInitialize function calls -.BR XtToolkitInitialize +.B XtToolkitInitialize followed by .BR XtCreateApplicationContext , then calls -.BR XtOpenDisplay +.B XtOpenDisplay with \fIdisplay_string\fP NULL and \fIapplication_name\fP NULL, and finally calls -.BR XtAppCreateShell +.B XtAppCreateShell with \fIapplication_name\fP NULL, \fIwidget_class\fP .BR applicationShellWidgetClass , and the specified \fIargs\fP and \fInum_args\fP and returns the created shell. The modified \fIargc\fP and \fIargv\fP returned by -.BR XtDisplayInitialize +.B XtDisplayInitialize are returned in \fIargc_in_out\fP and \fIargv_in_out\fP. If \fIapp_context_return\fP is not NULL, the created application context is also returned. If the display specified by the command line cannot be opened, an error message is issued and -.BR XtAppInitialize +.B XtAppInitialize terminates the application. If \fIfallback_resources\fP is non-NULL, -.BR XtAppSetFallbackResources +.B XtAppSetFallbackResources is called with the value prior to calling .BR XtOpenDisplay . .LP XtAppInitialize and XtVaAppInitialize have been superceded by -.BR XtOpenApplication +.B XtOpenApplication and -.BR XtVaOpenApplication +.B XtVaOpenApplication respectively. .SH "SEE ALSO" XtOpenApplication(__libmansuffix__), XtVaOpenApplication(__libmansuffix__) -- cgit v1.2.3