diff options
author | kjnash <k.j.nash@usa.net> | 2020-08-11 18:23:18 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-08-11 18:23:18 (GMT) |
commit | 17058912aa60f6a98953579de27b7876ce1ec4dd (patch) | |
tree | 51d0b47799e0221f5a9ec3e65eb4145c68288cf2 /doc | |
parent | c890584ff70ab28383f53c477a63e4d9189dd113 (diff) | |
parent | b3f8c269fa4910edabe381bf6ec17ecdb2bb19e1 (diff) | |
download | tcl-17058912aa60f6a98953579de27b7876ce1ec4dd.zip tcl-17058912aa60f6a98953579de27b7876ce1ec4dd.tar.gz tcl-17058912aa60f6a98953579de27b7876ce1ec4dd.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CrtAlias.3 | 2 | ||||
-rw-r--r-- | doc/info.n | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CrtAlias.3 b/doc/CrtAlias.3 index 82ef122..10192e9 100644 --- a/doc/CrtAlias.3 +++ b/doc/CrtAlias.3 @@ -29,7 +29,7 @@ Tcl_Interp * \fBTcl_GetMaster\fR(\fIinterp\fR) .sp int -\fBTcl_GetInterpPath\fR(\finterp, slaveInterp\fR) +\fBTcl_GetInterpPath\fR(\fIinterp, slaveInterp\fR) .sp int \fBTcl_CreateAlias\fR(\fIslaveInterp, slaveCmd, targetInterp, targetCmd, @@ -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. @@ -278,7 +278,7 @@ Returns the name of each file loaded in \fIinterp\fR va \fBload\fR as part of \fIpackage\fR . If \fIpackage\fR is not given, returns a list where each item is the name of the loaded file and the name of the package for which the file was loaded. For a statically-loaded package the name of the file is the empty -string. For \fInterp\fR, the empty string is the current interpreter. +string. For \fIinterp\fR, the empty string is the current interpreter. .TP \fBinfo locals \fR?\fIpattern\fR? . |