diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-01 10:51:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-01 10:51:52 (GMT) |
commit | a9843e57c2416046ee657b66dc7bd9e4fba46ff3 (patch) | |
tree | 2b31c0b522cabcc83bfbdc542d942ed04f6b9377 /doc/Limit.3 | |
parent | 0468c659f572aac50eac5f2fbdd0b7be8948496c (diff) | |
parent | d99566171273e05f659f3f4f364b9d1948ec8565 (diff) | |
download | tcl-a9843e57c2416046ee657b66dc7bd9e4fba46ff3.zip tcl-a9843e57c2416046ee657b66dc7bd9e4fba46ff3.tar.gz tcl-a9843e57c2416046ee657b66dc7bd9e4fba46ff3.tar.bz2 |
Merge 8.7
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 3aac88a..9d56c88 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 a parent interpreter) to handle the error. .SH "LIMIT CHECKING API" .PP To check the resource limits for an interpreter, call |