summaryrefslogtreecommitdiffstats
path: root/doc/Inactive.3
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2007-10-29 16:04:11 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2007-10-29 16:04:11 (GMT)
commit5eaf68c490e9e7de82be2e6e47fc397a91bc691e (patch)
treef1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/Inactive.3
parent2c668436acdb25704f5a702b57ff4c764eb6f99e (diff)
downloadtk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.zip
tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.tar.gz
tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.tar.bz2
Lots more GOOBE stuff. Now works with 'make html'!
Diffstat (limited to 'doc/Inactive.3')
-rw-r--r--doc/Inactive.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Inactive.3 b/doc/Inactive.3
index 37cd93f..a85c641 100644
--- a/doc/Inactive.3
+++ b/doc/Inactive.3
@@ -2,7 +2,7 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved.
'\"
-'\" RCS: @(#) $Id: Inactive.3,v 1.1 2005/05/31 15:24:53 rmax Exp $
+'\" RCS: @(#) $Id: Inactive.3,v 1.2 2007/10/29 16:04:12 dkf Exp $
'\"
.so man.macros
.TH Tk_GetUserInactiveTime 3 8.5 Tk "Tk Library Procedures"
@@ -28,10 +28,10 @@ reset.
.PP
\fBTk_GetUserInactiveTime\fR returns the number of milliseconds that
have passed since the last user interaction (usually via keyboard or
-mouse) with the respective display. On systems and displays that don't
-support querying the user inactiviy time, \fB-1\fR is returned.
+mouse) with the respective display. On systems and displays that do not
+support querying the user inactiviy time, \fB\-1\fR is returned.
\fBTk_GetUserInactiveTime\fR resets the user inactivity timer of the
-given display to zero. On windowing systems that don't support
+given display to zero. On windowing systems that do not support
multiple displays \fIdisplay\fR can be passed as \fBNULL\fR.
.SH KEYWORDS