diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 07:28:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 07:28:20 (GMT) |
commit | 6657afc87723179fda966d2bd9dab7cf712852b9 (patch) | |
tree | a242a4a4356adef8d1170357967ea8fa4119ff81 /doc/Limit.3 | |
parent | 5689a64026b78959ed0a43decc217999e0b6c182 (diff) | |
download | tcl-6657afc87723179fda966d2bd9dab7cf712852b9.zip tcl-6657afc87723179fda966d2bd9dab7cf712852b9.tar.gz tcl-6657afc87723179fda966d2bd9dab7cf712852b9.tar.bz2 |
TIP #581: Mainly documentation and some testcases
Diffstat (limited to 'doc/Limit.3')
-rw-r--r-- | doc/Limit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Limit.3 b/doc/Limit.3 index 5939a80..3d202fc 100644 --- a/doc/Limit.3 +++ b/doc/Limit.3 @@ -116,7 +116,7 @@ execution of the callbacks is unspecified) execution in the limited interpreter is stopped by raising an error and setting a flag that prevents the \fBcatch\fR command in that interpreter from trapping that error. It is up to the context that started execution in that -interpreter (typically a master interpreter) to handle the error. +interpreter (typically the main interpreter) to handle the error. .SH "LIMIT CHECKING API" .PP To check the resource limits for an interpreter, call |