diff options
Diffstat (limited to 'contrib/tcl/doc/CrtInterp.3')
-rw-r--r-- | contrib/tcl/doc/CrtInterp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/doc/CrtInterp.3 b/contrib/tcl/doc/CrtInterp.3 index bcca39d5def5..7a3aeda896d7 100644 --- a/contrib/tcl/doc/CrtInterp.3 +++ b/contrib/tcl/doc/CrtInterp.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. '\" -'\" SCCS: @(#) CrtInterp.3 1.15 97/07/09 14:53:31 +'\" SCCS: @(#) CrtInterp.3 1.17 97/10/31 13:05:51 '\" .so man.macros .TH Tcl_CreateInterp 3 7.5 Tcl "Tcl Library Procedures" @@ -102,7 +102,7 @@ Remember that it is unsafe to use the interpreter once \fBTcl_Release\fR has been called. To ensure that the interpreter is properly deleted when it is no longer needed, call \fBTcl_InterpDeleted\fR to test if some other code already called \fBTcl_DeleteInterp\fR; if not, call -\fBTcl_DeleteInterp\fR before calling \fBTcl_Release\fB in your own code. +\fBTcl_DeleteInterp\fR before calling \fBTcl_Release\fR in your own code. Do not call \fBTcl_DeleteInterp\fR on an interpreter for which \fBTcl_InterpDeleted\fR returns nonzero. .TP |