diff options
Diffstat (limited to 'doc/tkwait.n')
-rw-r--r-- | doc/tkwait.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tkwait.n b/doc/tkwait.n index 0ca751c..b5611c7 100644 --- a/doc/tkwait.n +++ b/doc/tkwait.n @@ -1,4 +1,3 @@ -'\" -*- nroff -*- '\" '\" Copyright (c) 1992 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -6,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.4 2008/07/08 22:40:51 patthoyts 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" @@ -48,3 +47,6 @@ 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: |