summaryrefslogtreecommitdiff
path: root/lib/libXt/man/XtCreateApplicationContext.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-10 16:45:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-10 16:45:50 +0000
commitcc7d66bfcf0d3305ee962a167dd9f4338266ebec (patch)
treebae58760726ce0b349447cac2b5c1859c4737c0f /lib/libXt/man/XtCreateApplicationContext.man
parenta5008d58b42532ef26fa9a62407a31e9991a0e39 (diff)
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtCreateApplicationContext.man')
-rw-r--r--lib/libXt/man/XtCreateApplicationContext.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libXt/man/XtCreateApplicationContext.man b/lib/libXt/man/XtCreateApplicationContext.man
index 4ca5a4383..12c3b439e 100644
--- a/lib/libXt/man/XtCreateApplicationContext.man
+++ b/lib/libXt/man/XtCreateApplicationContext.man
@@ -128,13 +128,13 @@
XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize \- create, destroy, and obtain an application context
.SH SYNTAX
.HP
-XtAppContext XtCreateApplicationContext(void);
+XtAppContext XtCreateApplicationContext(void);
.HP
void XtDestroyApplicationContext(XtAppContext \fIapp_context\fP);
.HP
-XtAppContext XtWidgetToApplicationContext(Widget \fIw\fP);
+XtAppContext XtWidgetToApplicationContext(Widget \fIw\fP);
.HP
-void XtToolkitInitialize(void);
+void XtToolkitInitialize(void);
.SH ARGUMENTS
.IP \fIapp_context\fP 1i
Specifies the application context.
@@ -150,7 +150,7 @@ Every application must have at least one application context.
.LP
The
.ZN XtDestroyApplicationContext
-function destroys the specified application context as soon as it is safe
+function destroys the specified application context as soon as it is safe
to do so.
If called from with an event dispatch (for example, a callback procedure),
.ZN XtDestroyApplicationContext