summaryrefslogtreecommitdiff
path: root/man/XtAppGetSelectionTimeout.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtAppGetSelectionTimeout.man')
-rw-r--r--man/XtAppGetSelectionTimeout.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtAppGetSelectionTimeout.man b/man/XtAppGetSelectionTimeout.man
index d10dfc1..aabf904 100644
--- a/man/XtAppGetSelectionTimeout.man
+++ b/man/XtAppGetSelectionTimeout.man
@@ -72,19 +72,19 @@ Specifies the application context.
Specifies the selection timeout in milliseconds.
.SH DESCRIPTION
The
-.BR XtAppGetSelectionTimeout
+.B XtAppGetSelectionTimeout
function returns the current selection timeout value, in milliseconds.
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
-.BR selectionTimeout
+.B selectionTimeout
application resource, or, if
-.BR selectionTimeout
+.B selectionTimeout
is not specified,
it defaults to five seconds.
.LP
The
-.BR XtAppSetSelectionTimeout
+.B XtAppSetSelectionTimeout
function sets the \*(xI's selection timeout mechanism.
Note that most applications should not set the selection timeout.
.SH "SEE ALSO"