diff options
-rw-r--r-- | doc/CrtAlias.3 | 2 | ||||
-rw-r--r-- | doc/info.n | 2 |
2 files changed, 2 insertions, 2 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, @@ -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? . |