summaryrefslogtreecommitdiffstats
path: root/doc/tkwait.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tkwait.n')
-rw-r--r--doc/tkwait.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tkwait.n b/doc/tkwait.n
index b3282c2..b5611c7 100644
--- a/doc/tkwait.n
+++ b/doc/tkwait.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tkwait.n,v 1.2 1998/09/14 18:23:00 stanton Exp $
+'\" RCS: @(#) $Id: tkwait.n,v 1.5 2008/09/23 13:36:56 dkf Exp $
'\"
.so man.macros
.TH tkwait n "" Tk "Tk Built-In Commands"
@@ -20,7 +20,6 @@ tkwait \- Wait for variable to change or window to be destroyed
.sp
\fBtkwait window \fIname\fR
.BE
-
.SH DESCRIPTION
.PP
The \fBtkwait\fR command waits for one of several things to happen,
@@ -46,6 +45,8 @@ the normal fashion, so the application will continue to respond
to user interactions.
If an event handler invokes \fBtkwait\fR again, the nested call
to \fBtkwait\fR must complete before the outer call can complete.
-
.SH KEYWORDS
variable, visibility, wait, window
+'\" Local Variables:
+'\" mode: nroff
+'\" End: