summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-12-07 00:00:56 (GMT)
committerhobbs <hobbs>2004-12-07 00:00:56 (GMT)
commit52551aae85a6592aa7e3490e92bded47129a7097 (patch)
tree77e8f7ebd20b51a9b21996bf16a9f66bf156cc54
parentccc271fb4c389869ca35b1cc0fbf3f2613e8f60e (diff)
downloadtcl-52551aae85a6592aa7e3490e92bded47129a7097.zip
tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.gz
tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.bz2
minor nroff typos
-rw-r--r--doc/SaveResult.320
-rw-r--r--doc/Thread.37
-rw-r--r--doc/error.n4
3 files changed, 15 insertions, 16 deletions
diff --git a/doc/SaveResult.3 b/doc/SaveResult.3
index e250f70..279e03a 100644
--- a/doc/SaveResult.3
+++ b/doc/SaveResult.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: SaveResult.3,v 1.4 2004/11/20 00:17:31 dgp Exp $
+'\" RCS: @(#) $Id: SaveResult.3,v 1.5 2004/12/07 00:00:56 hobbs Exp $
'\"
.so man.macros
.TH Tcl_SaveResult 3 8.1 Tcl "Tcl Library Procedures"
@@ -17,18 +17,18 @@ Tcl_SaveInterpState, Tcl_RestoreInterpState, Tcl_DiscardInterpState, Tcl_SaveRes
\fB#include <tcl.h>\fR
.sp
Tcl_InterpState
-\fBTcl_SaveInterpState(\fIinterp, status\fB)\fR
+\fBTcl_SaveInterpState\fR(\fIinterp, status\fR)
.sp
int
-\fBTcl_RestoreInterpState(\fIinterp, state\fB)\fR
+\fBTcl_RestoreInterpState\fR(\fIinterp, state\fR)
.sp
-\fBTcl_DiscardInterpState(\fIstate\fB)\fR
+\fBTcl_DiscardInterpState\fR(\fIstate\fR)
.sp
-\fBTcl_SaveResult(\fIinterp, savedPtr\fB)\fR
+\fBTcl_SaveResult\fR(\fIinterp, savedPtr\fR)
.sp
-\fBTcl_RestoreResult(\fIinterp, savedPtr\fB)\fR
+\fBTcl_RestoreResult\fR(\fIinterp, savedPtr\fR)
.sp
-\fBTcl_DiscardResult(\fIsavedPtr\fB)\fR
+\fBTcl_DiscardResult\fR(\fIsavedPtr\fR)
.SH ARGUMENTS
.AS Tcl_InterpState savedPtr
.AP Tcl_Interp *interp in
@@ -66,11 +66,11 @@ information in the interpreter (e.g. the \fB-errorcode\fR or
\fB-errorinfo\fR return options, when an error is in progress).
.PP
Because the routines \fBTcl_SaveInterpState\fR,
-\fBTcl_RestoreInterpState\fB, and \fBTcl_DiscardInterpState\fR perform
+\fBTcl_RestoreInterpState\fR, and \fBTcl_DiscardInterpState\fR perform
a superset of the functions provided by the other routines,
any new code should only make use of the more powerful routines.
-The older, weaker routines \fBTcl_SaveResult\fB, \fBTcl_RestoreResult\fB,
-and \fBTcl_DiscardResult\fB continue to exist only for the sake
+The older, weaker routines \fBTcl_SaveResult\fR, \fBTcl_RestoreResult\fR,
+and \fBTcl_DiscardResult\fR continue to exist only for the sake
of existing programs that may already be using them.
.PP
\fBTcl_SaveInterpState\fR takes a snapshot of those portions of
diff --git a/doc/Thread.3 b/doc/Thread.3
index 0192588..c9ec694 100644
--- a/doc/Thread.3
+++ b/doc/Thread.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: Thread.3,v 1.20 2004/11/25 16:01:17 vasiljevic Exp $
+'\" RCS: @(#) $Id: Thread.3,v 1.21 2004/12/07 00:00:57 hobbs Exp $
'\"
.so man.macros
.TH Threads 3 "8.1" Tcl "Tcl Library Procedures"
@@ -191,8 +191,7 @@ the script level. One such package is the \fBThread\fR package.
.VE 8.5
.SH "SEE ALSO"
Tcl_GetCurrentThread(3), Tcl_ThreadQueueEvent(3), Tcl_ThreadAlert(3),
-Tcl_ExitThread(3), Tcl_FinalizeThread(3),
-Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3),
-\fBThread\fR package
+Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3),
+Tcl_DeleteThreadExitHandler(3), Thread
.SH KEYWORDS
thread, mutex, condition variable, thread local storage
diff --git a/doc/error.n b/doc/error.n
index 72cbf52..2a4fdba 100644
--- a/doc/error.n
+++ b/doc/error.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: error.n,v 1.7 2004/11/20 00:17:31 dgp Exp $
+'\" RCS: @(#) $Id: error.n,v 1.8 2004/12/07 00:00:57 hobbs Exp $
'\"
.so man.macros
.TH error n "" Tcl "Tcl Built-In Commands"
@@ -23,7 +23,7 @@ Returns a \fBTCL_ERROR\fR code, which causes command interpretation to be
unwound. \fIMessage\fR is a string that is returned to the application
to indicate what went wrong.
.PP
-The \fB-errorinfo\fB return option of an interpreter is used
+The \fB-errorinfo\fR return option of an interpreter is used
to accumulate a stack trace of what was in progress when an
error occurred; as nested commands unwind,
the Tcl interpreter adds information to the \fB-errorinfo\fR