diff options
Diffstat (limited to 'doc/tkwait.n')
-rw-r--r-- | doc/tkwait.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/tkwait.n b/doc/tkwait.n index 32bfb44..83586f6 100644 --- a/doc/tkwait.n +++ b/doc/tkwait.n @@ -18,7 +18,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, @@ -44,6 +43,10 @@ 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 "SEE ALSO" +bind(n), vwait(n) .SH KEYWORDS variable, visibility, wait, window +'\" Local Variables: +'\" mode: nroff +'\" End: |