summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-10 20:36:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-10 20:36:49 (GMT)
commit997d61c0f6049d4bc0dd57aefc84e5f7f12c4ac2 (patch)
treec148675c7a599c5f35a87e6c3261c0e2820a8e71 /doc/interp.n
parent95dcf1035f2e4d354ba79e58be255f3fb483c085 (diff)
downloadtcl-997d61c0f6049d4bc0dd57aefc84e5f7f12c4ac2.zip
tcl-997d61c0f6049d4bc0dd57aefc84e5f7f12c4ac2.tar.gz
tcl-997d61c0f6049d4bc0dd57aefc84e5f7f12c4ac2.tar.bz2
Small cleanups to improve HTML generation.
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/interp.n b/doc/interp.n
index 8e06fd3..082e559 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: interp.n,v 1.42 2008/12/09 20:16:29 dgp Exp $
+'\" RCS: @(#) $Id: interp.n,v 1.43 2010/01/10 20:36:49 dkf Exp $
'\"
.so man.macros
.TH interp n 8.6 Tcl "Tcl Built-In Commands"
@@ -748,9 +748,10 @@ This option (common for all limit types) specifies (if non-empty) a Tcl script
to be executed in the global namespace of the interpreter reading and writing
the option when the particular limit in the limited interpreter is exceeded.
The callback may modify the limit on the interpreter if it wishes the limited
-interpreter to continue executing. If the callback generates an exception, it is
-reported through the background exception mechanism (see \fBBACKGROUND EXCEPTION
-HANDLING\fR). Note that the callbacks defined by one interpreter are
+interpreter to continue executing. If the callback generates an exception, it
+is reported through the background exception mechanism (see
+\fBBACKGROUND EXCEPTION HANDLING\fR).
+Note that the callbacks defined by one interpreter are
completely isolated from the callbacks defined by another, and that the order
in which those callbacks are called is undefined.
.TP