diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-19 16:39:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-19 16:39:09 (GMT) |
commit | 9c1dcb7e7bc68176305cca1d51cbba6e25a82e61 (patch) | |
tree | 80034baba5e713b7f51430eb361f6c2ad68d345a /doc/interp.n | |
parent | 4c3eee25219acee5f720c525c30bc0c7d57c0c30 (diff) | |
parent | b6c5d8274c62b2e355d45b6b0e824c276f97ff8a (diff) | |
download | tcl-9c1dcb7e7bc68176305cca1d51cbba6e25a82e61.zip tcl-9c1dcb7e7bc68176305cca1d51cbba6e25a82e61.tar.gz tcl-9c1dcb7e7bc68176305cca1d51cbba6e25a82e61.tar.bz2 |
Fix [7be97a6859]: Reviewing chan.n changes
Diffstat (limited to 'doc/interp.n')
-rw-r--r-- | doc/interp.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/interp.n b/doc/interp.n index 2c08533..74745be 100644 --- a/doc/interp.n +++ b/doc/interp.n @@ -392,9 +392,9 @@ the maximum size of the C stack. .RE .\" METHOD: share .TP -\fBinterp share\fI srcPath channelId destPath\fR +\fBinterp share\fI srcPath channel destPath\fR . -Causes the IO channel identified by \fIchannelId\fR to become shared +Causes the IO channel identified by \fIchannel\fR to become shared between the interpreter identified by \fIsrcPath\fR and the interpreter identified by \fIdestPath\fR. Both interpreters have the same permissions on the IO channel. @@ -415,9 +415,9 @@ invoking interpreter or one of its descendants then an error is generated. The target command does not have to be defined at the time of this invocation. .\" METHOD: transfer .TP -\fBinterp transfer\fI srcPath channelId destPath\fR +\fBinterp transfer\fI srcPath channel destPath\fR . -Causes the IO channel identified by \fIchannelId\fR to become available in +Causes the IO channel identified by \fIchannel\fR to become available in the interpreter identified by \fIdestPath\fR and unavailable in the interpreter identified by \fIsrcPath\fR. .SH "CHILD COMMAND" |