diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-18 19:08:19 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-18 19:08:19 (GMT) |
commit | f48f2735de3b116e4ba24df71f4408ff4b34ab5b (patch) | |
tree | 61665682e47a316eb32195f97559a0fea7122636 /doc | |
parent | a541a7be4cbbd4b2e5cca7ff65b98010dc224929 (diff) | |
parent | 4bca76be3bbc5ddc9b2e49ed021b0f84fa09812b (diff) | |
download | tcl-f48f2735de3b116e4ba24df71f4408ff4b34ab5b.zip tcl-f48f2735de3b116e4ba24df71f4408ff4b34ab5b.tar.gz tcl-f48f2735de3b116e4ba24df71f4408ff4b34ab5b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CrtAlias.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/CrtAlias.3 b/doc/CrtAlias.3 index 72912bc..82ef122 100644 --- a/doc/CrtAlias.3 +++ b/doc/CrtAlias.3 @@ -158,12 +158,12 @@ If no such slave interpreter exists, \fBNULL\fR is returned. \fIinterp\fR. If \fIinterp\fR has no master (it is a top-level interpreter) then \fBNULL\fR is returned. .PP -\fBTcl_GetInterpPath\fR stores in the result of \fIaskingInterp\fR -the relative path between \fIaskingInterp\fR and \fIslaveInterp\fR; -\fIslaveInterp\fR must be a slave of \fIaskingInterp\fR. If the computation +\fBTcl_GetInterpPath\fR stores in the result of \fIinterp\fR +the relative path between \fIinterp\fR and \fIslaveInterp\fR; +\fIslaveInterp\fR must be a slave of \fIinterp\fR. If the computation of the relative path succeeds, \fBTCL_OK\fR is returned, else \fBTCL_ERROR\fR is returned and an error message is stored as the -result of \fIaskingInterp\fR. +result of \fIinterp\fR. .PP \fBTcl_CreateAlias\fR creates a command named \fIslaveCmd\fR in \fIslaveInterp\fR that when invoked, will cause the command \fItargetCmd\fR |