summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/AddErrInfo.34
-rw-r--r--doc/interp.n6
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7669f51..e80ea65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-21 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).
+ * doc/interp.n:
+
2004-11-19 Don Porter <dgp@users.sourceforge.net>
* doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 1185e3c..3e592e1 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: AddErrInfo.3,v 1.12 2004/11/20 00:17:31 dgp Exp $
+'\" RCS: @(#) $Id: AddErrInfo.3,v 1.13 2004/11/21 23:17:50 dgp Exp $
'\"
.so man.macros
.TH Tcl_AddErrorInfo 3 8.0 Tcl "Tcl Library Procedures"
@@ -198,7 +198,7 @@ The best time to call \fBTcl_AddErrorInfo\fR is just after
a script evaluation routine has returned \fBTCL_ERROR\fR.
The value of the \fB-errorline\fR return option (retrieved
via a call to \fBTcl_GetReturnOptions\fR) often makes up
-a useful part of the \fImessage\fT passed to \fBTcl_AddErrorInfo\fR.
+a useful part of the \fImessage\fR passed to \fBTcl_AddErrorInfo\fR.
.PP
\fBTcl_AddObjErrorInfo\fR is nearly identical
to \fBTcl_AddObjErrorInfo\fR, except that it has an additional \fIlength\fR
diff --git a/doc/interp.n b/doc/interp.n
index b3e79e1..e80d583 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: interp.n,v 1.21 2004/11/20 00:17:32 dgp Exp $
+'\" RCS: @(#) $Id: interp.n,v 1.22 2004/11/21 23:17:50 dgp Exp $
'\"
.so man.macros
.TH interp n 7.6 Tcl "Tcl Built-In Commands"
@@ -178,7 +178,7 @@ exists, the command raises an error.
This command concatenates all of the \fIarg\fR arguments in the same
fashion as the \fBconcat\fR command, then evaluates the resulting string as
a Tcl script in the slave interpreter identified by \fIpath\fR. The result
-of this evaluation (including all \fBreturn\fT options,
+of this evaluation (including all \fBreturn\fR options,
such as \fB-errorinfo\fR and \fB-errorcode\fR information, if an error occurs)
is returned to the invoking interpreter.
Note that the script will be executed in the current context stack frame of the
@@ -362,7 +362,7 @@ what to set the interpreter's background error to. See the
This command concatenates all of the \fIarg\fR arguments in
the same fashion as the \fBconcat\fR command, then evaluates
the resulting string as a Tcl script in \fIslave\fR.
-The result of this evaluation (including all \fBreturn\fT options,
+The result of this evaluation (including all \fBreturn\fR options,
such as \fB-errorinfo\fR and \fB-errorcode\fR information, if an error occurs)
is returned to the invoking interpreter.
Note that the script will be executed in the current context stack frame