summaryrefslogtreecommitdiff
path: root/lib/libXt/man/XtAppGetSelectionTimeout.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/XtAppGetSelectionTimeout.man
parenta5008d58b42532ef26fa9a62407a31e9991a0e39 (diff)
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtAppGetSelectionTimeout.man')
-rw-r--r--lib/libXt/man/XtAppGetSelectionTimeout.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libXt/man/XtAppGetSelectionTimeout.man b/lib/libXt/man/XtAppGetSelectionTimeout.man
index bb20331c7..ef5d0f435 100644
--- a/lib/libXt/man/XtAppGetSelectionTimeout.man
+++ b/lib/libXt/man/XtAppGetSelectionTimeout.man
@@ -128,10 +128,10 @@
XtAppGetSelectionTimeout, XtAppSetSelectionTimeout \- set and obtain selection timeout values
.SH SYNTAX
.HP
-unsigned long XtAppGetSelectionTimeout(XtAppContext \fIapp_context\fP);
+unsigned long XtAppGetSelectionTimeout(XtAppContext \fIapp_context\fP);
.HP
void XtAppSetSelectionTimeout(XtAppContext \fIapp_context\fP, unsigned long
-\fItimeout\fP);
+\fItimeout\fP);
.SH ARGUMENTS
.IP \fIapp_context\fP 1i
Specifies the application context.
@@ -141,9 +141,9 @@ Specifies the selection timeout in milliseconds.
The
.ZN XtAppGetSelectionTimeout
function returns the current selection timeout value, in milliseconds.
-The selection timeout is the time within which the two communicating
+The selection timeout is the time within which the two communicating
applications must respond to one another.
-The initial timeout value is set by the
+The initial timeout value is set by the
.ZN selectionTimeout
application resource, or, if
.ZN selectionTimeout