summaryrefslogtreecommitdiff
path: root/man/XtOpenApplication.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtOpenApplication.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtOpenApplication.man')
-rw-r--r--man/XtOpenApplication.man24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/XtOpenApplication.man b/man/XtOpenApplication.man
index 80488de..0253c69 100644
--- a/man/XtOpenApplication.man
+++ b/man/XtOpenApplication.man
@@ -79,7 +79,7 @@ Specifies the class name of this application\*(Ac.
.IP \fIoptions\fP 1i
Specifies how to parse the command line for any application-specific resources.
The options argument is passed as a parameter to
-.ZN XrmParseCommand .
+.BR XrmParseCommand .
For further information,
see \fI\*(xL\fP.
.IP \fInum_options\fP 1i
@@ -103,34 +103,34 @@ Specifies the variable argument list to override any other resource
specification for the created shell widget.
.SH DESCRIPTION
The
-.ZN XtOpenApplication
+.BR XtOpenApplication
function calls
-.ZN XtToolkitInitialize
+.BR XtToolkitInitialize
followed by
-.ZN XtCreateApplicationContext ,
+.BR XtCreateApplicationContext ,
then calls
-.ZN XtOpenDisplay
+.BR XtOpenDisplay
with \fIdisplay_string\fP NULL and \fIapplication_name\fP NULL, and
finally calls
-.ZN XtAppCreateShell
+.BR XtAppCreateShell
with \fIapplication_name\fP NULL, the specified \fIwidget_class\fP,
and the specified \fIargs\fP and \fInum_args\fP and returns the
created shell. The modified \fIargc\fP and \fIargv\fP returned by
-.ZN XtDisplayInitialize
+.BR 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
-.ZN XtOpenApplication
+.BR XtOpenApplication
terminates the application. If \fIfallback_resources\fP is non-NULL,
-.ZN XtAppSetFallbackResources
+.BR XtAppSetFallbackResources
is called with the value prior to calling
-.ZN XtOpenDisplay .
+.BR XtOpenDisplay .
.LP
XtAppInitialize and XtVaAppInitialize have been superceded by
-.ZN XtOpenApplication
+.BR XtOpenApplication
and
-.ZN XtVaOpenApplication
+.BR XtVaOpenApplication
respectively.
.SH "SEE ALSO"
XtAppInitialize(__libmansuffix__), XtVaAppInitialize(__libmansuffix__)