diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-17 11:11:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-17 11:11:47 (GMT) |
commit | 56e784cb1b7a6e78689cfa75df0e0dbaf51657d0 (patch) | |
tree | de0cd9c6733da5298311c1900009758177ce1c6a /doc | |
parent | 3cb9dde39efd7d4045d85e21a69a57aa146c4ab5 (diff) | |
download | tcl-56e784cb1b7a6e78689cfa75df0e0dbaf51657d0.zip tcl-56e784cb1b7a6e78689cfa75df0e0dbaf51657d0.tar.gz tcl-56e784cb1b7a6e78689cfa75df0e0dbaf51657d0.tar.bz2 |
Doc/internal variable tweaks
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 |