summaryrefslogtreecommitdiff
path: root/man/XtOpenApplication.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:15:12 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:35:51 -0400
commit0eedde5df39ac754623511c06c5573ad62ca4c4c (patch)
tree176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtOpenApplication.man
parentb7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff)
manpage style fix: sentences should end at the end of a line
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtOpenApplication.man')
-rw-r--r--man/XtOpenApplication.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/XtOpenApplication.man b/man/XtOpenApplication.man
index f449e4d..7c1a1ee 100644
--- a/man/XtOpenApplication.man
+++ b/man/XtOpenApplication.man
@@ -97,14 +97,17 @@ finally calls
.B 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
+created shell.
+The modified \fIargc\fP and \fIargv\fP returned by
.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
+is also returned.
+If the display specified by the command line cannot
be opened, an error message is issued and
.B XtOpenApplication
-terminates the application. If \fIfallback_resources\fP is non-NULL,
+terminates the application.
+If \fIfallback_resources\fP is non-NULL,
.B XtAppSetFallbackResources
is called with the value prior to calling
.BR XtOpenDisplay .