diff options
Diffstat (limited to 'lib/libXt/man/XtGetSelectionTimeout.man')
-rw-r--r-- | lib/libXt/man/XtGetSelectionTimeout.man | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/lib/libXt/man/XtGetSelectionTimeout.man b/lib/libXt/man/XtGetSelectionTimeout.man index 8b04d98b1..e167e8173 100644 --- a/lib/libXt/man/XtGetSelectionTimeout.man +++ b/lib/libXt/man/XtGetSelectionTimeout.man @@ -33,38 +33,11 @@ .ds Vn 2.2 .hw XtGet-Selection-Timeout XtSet-Selection-Timeout wid-get .na -.de Ds -.nf -.\\$1D \\$2 \\$1 -.ft CW -.ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp -.. -.de De -.ce 0 -.if \\n(BD .DF -.nr BD 0 -.in \\n(OIu -.if \\n(TM .ls 2 -.sp \\n(DDu -.fi -.. -.de IN \" send an index entry to the stderr -.. -.de Pn -.ie t \\$1\fB\^\\$2\^\fR\\$3 -.el \\$1\fI\^\\$2\^\fP\\$3 -.. -.de ZN -.ie t \fB\^\\$1\^\fR\\$2 -.el \fI\^\\$1\^\fP\\$2 -.. -.ny0 .TH XtGetSelectionTimeout __libmansuffix__ __xorgversion__ "XT COMPATIBILITY FUNCTIONS" .SH NAME XtGetSelectionTimeout, XtSetSelectionTimeout \- set and obtain selection timeout values .SH SYNTAX +#include <X11/Intrinsic.h> .HP unsigned long XtGetSelectionTimeout(void); .HP @@ -74,14 +47,14 @@ void XtSetSelectionTimeout(unsigned long \fItimeout\fP); Specifies the selection timeout in milliseconds. .SH DESCRIPTION The -.ZN XtGetSelectionTimeout +.B XtGetSelectionTimeout function has been superceded by -.ZN XtAppGetSelectionTimeout . +.BR XtAppGetSelectionTimeout . .LP The -.ZN XtSetSelectionTimeout +.B XtSetSelectionTimeout function has been superceded by -.ZN XtAppSetSelectionTimeout . +.BR XtAppSetSelectionTimeout . .SH "SEE ALSO" .BR XtAppGetSelectionTimeout (__libmansuffix__) .br |