diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-04 21:15:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-04 21:15:01 (GMT) |
commit | 5c17e4a3f3ba4fd9835303849015ea9d0954b0b6 (patch) | |
tree | 6f5954c0245396c4dff86cd3c2abd84026248b0f /doc/info.n | |
parent | 13e1ca04f2d23a58231b182bda017f69bfdc9641 (diff) | |
download | tcl-5c17e4a3f3ba4fd9835303849015ea9d0954b0b6.zip tcl-5c17e4a3f3ba4fd9835303849015ea9d0954b0b6.tar.gz tcl-5c17e4a3f3ba4fd9835303849015ea9d0954b0b6.tar.bz2 |
Rename (internal) cmdtype 'slave' to 'interp'. New in 8.7 (TIP #426)
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ instance of \fBoo::object\fR or one of its subclasses. that represents an instance of \fBoo::object\fR or one of its subclasses. .IP \fBproc\fR \fIcommandName\fR was created by \fBproc\fR. -.IP \fBslave\fR +.IP \fBinterp\fR \fIcommandName\fR was created by \fBinterp create\fR. .IP \fBzlibStream\fR \fIcommandName\fR was created by \fBzlib stream\fR. |