summaryrefslogtreecommitdiff
path: root/man/XtAppCreateShell.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtAppCreateShell.man')
-rw-r--r--man/XtAppCreateShell.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtAppCreateShell.man b/man/XtAppCreateShell.man
index 903b103..bff87ae 100644
--- a/man/XtAppCreateShell.man
+++ b/man/XtAppCreateShell.man
@@ -87,12 +87,12 @@ Specifies the number of arguments in the argument list.
Specifies the variable argument list\*(Di.
.SH DESCRIPTION
The
-.BR XtAppCreateShell
+.B XtAppCreateShell
function saves the specified application name and application class
for qualifying all widget resource specifiers.
The application name and application class are used as the left-most components
in all widget resource names for this application.
-.BR XtAppCreateShell
+.B XtAppCreateShell
should be used to create a new logical application within a program
or to create a shell on another display.
In the first case,
@@ -101,7 +101,7 @@ In the second case,
it uses the resource database associated with the other display.
.LP
Note that the widget returned by
-.BR XtAppCreateShell
+.B XtAppCreateShell
has the \s-1WM_COMMAND\s+1
property set for session managers (see Chapter 4).
.SH "SEE ALSO"