summaryrefslogtreecommitdiffstats
path: root/doc/CrtAlias.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-20 09:02:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-20 09:02:03 (GMT)
commita03c2cb1c243f583c43a5368dae7d90aa897f409 (patch)
treefbb65f9cc742a3d9e4af141f35da3158e7f3c5c7 /doc/CrtAlias.3
parent9598926f42bd5ffbd6c7e9b7022f39382e8d29b8 (diff)
parentbbe2ea1d0e29301b36d42a167abfe8f11d6a60b2 (diff)
downloadtcl-a03c2cb1c243f583c43a5368dae7d90aa897f409.zip
tcl-a03c2cb1c243f583c43a5368dae7d90aa897f409.tar.gz
tcl-a03c2cb1c243f583c43a5368dae7d90aa897f409.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/CrtAlias.3')
-rw-r--r--doc/CrtAlias.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/CrtAlias.3 b/doc/CrtAlias.3
index f9c912d..2c49583 100644
--- a/doc/CrtAlias.3
+++ b/doc/CrtAlias.3
@@ -185,12 +185,12 @@ top-level interpreter) then \fBNULL\fR is returned.
\fBTcl_GetParent\fR is a synonym for \fBTcl_GetMaster\fR.
.VE "TIP 581"
.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