summaryrefslogtreecommitdiffstats
path: root/doc/DoOneEvent.3
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-09-18 17:01:01 (GMT)
committerdkf <dkf@noemail.net>2004-09-18 17:01:01 (GMT)
commita456eaa8a41f9d4c64f99bc835427017c15224a7 (patch)
treed0721a6b5b5206782155cb04dd3b28fd41bd8564 /doc/DoOneEvent.3
parent5caca4abc826902d67902b0bb5841dc23e606573 (diff)
downloadtcl-a456eaa8a41f9d4c64f99bc835427017c15224a7.zip
tcl-a456eaa8a41f9d4c64f99bc835427017c15224a7.tar.gz
tcl-a456eaa8a41f9d4c64f99bc835427017c15224a7.tar.bz2
More fixes from Mikhail Kolesnitchenko, and also standardize highlighting
of symbols like TCL_OK, TCL_ERROR, etc. FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
Diffstat (limited to 'doc/DoOneEvent.3')
-rw-r--r--doc/DoOneEvent.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/DoOneEvent.3 b/doc/DoOneEvent.3
index 8ae7a88..dc3d6e6 100644
--- a/doc/DoOneEvent.3
+++ b/doc/DoOneEvent.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: DoOneEvent.3,v 1.2 1998/09/14 18:39:48 stanton Exp $
+'\" RCS: @(#) $Id: DoOneEvent.3,v 1.3 2004/09/18 17:01:05 dkf Exp $
'\"
.so man.macros
.TH Tcl_DoOneEvent 3 7.5 Tcl "Tcl Library Procedures"
@@ -23,9 +23,9 @@ int
.AP int flags in
This parameter is normally zero. It may be an OR-ed combination
of any of the following flag bits:
-TCL_WINDOW_EVENTS,
-TCL_FILE_EVENTS, TCL_TIMER_EVENTS, TCL_IDLE_EVENTS, TCL_ALL_EVENTS, or
-TCL_DONT_WAIT.
+\fBTCL_WINDOW_EVENTS\fR, \fBTCL_FILE_EVENTS\fR,
+\fBTCL_TIMER_EVENTS\fR, \fBTCL_IDLE_EVENTS\fR, \fBTCL_ALL_EVENTS\fR,
+or \fBTCL_DONT_WAIT\fR.
.BE
.SH DESCRIPTION