diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
commit | cc7d66bfcf0d3305ee962a167dd9f4338266ebec (patch) | |
tree | bae58760726ce0b349447cac2b5c1859c4737c0f /lib/libXt/man/XtAppGetSelectionTimeout.man | |
parent | a5008d58b42532ef26fa9a62407a31e9991a0e39 (diff) |
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtAppGetSelectionTimeout.man')
-rw-r--r-- | lib/libXt/man/XtAppGetSelectionTimeout.man | 8 |
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 |