summaryrefslogtreecommitdiffstats
path: root/doc/SaveResult.3
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 /doc/SaveResult.3
parentccc271fb4c389869ca35b1cc0fbf3f2613e8f60e (diff)
downloadtcl-52551aae85a6592aa7e3490e92bded47129a7097.zip
tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.gz
tcl-52551aae85a6592aa7e3490e92bded47129a7097.tar.bz2
minor nroff typos
Diffstat (limited to 'doc/SaveResult.3')
-rw-r--r--doc/SaveResult.320
1 files changed, 10 insertions, 10 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