summaryrefslogtreecommitdiffstats
path: root/doc/MainLoop.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/MainLoop.3')
-rw-r--r--doc/MainLoop.34
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/MainLoop.3 b/doc/MainLoop.3
index de6dbe5..d3129e0 100644
--- a/doc/MainLoop.3
+++ b/doc/MainLoop.3
@@ -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: MainLoop.3,v 1.2 1998/09/14 18:22:52 stanton Exp $
+'\" RCS: @(#) $Id: MainLoop.3,v 1.4 2008/07/08 22:40:51 patthoyts Exp $
'\"
.so man.macros
.TH Tk_MainLoop 3 "" Tk "Tk Library Procedures"
@@ -18,7 +18,6 @@ Tk_MainLoop \- loop for events until all windows are deleted
.sp
\fBTk_MainLoop\fR()
.BE
-
.SH DESCRIPTION
.PP
\fBTk_MainLoop\fR is a procedure that loops repeatedly calling
@@ -27,6 +26,5 @@ left in this process (i.e. no main windows exist anymore). Most
windowing applications will call \fBTk_MainLoop\fR after
initialization; the main execution of the application will consist
entirely of callbacks invoked via \fBTcl_DoOneEvent\fR.
-
.SH KEYWORDS
application, event, main loop