diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-26 11:50:52 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-26 11:50:52 (GMT) |
commit | 628eb714ab078e3d6d80ce796f014536d0403d4f (patch) | |
tree | 03e5a712ade0273fec5b0c3357438e77fdc07352 /doc/CrtInterp.3 | |
parent | 6d8d92b08fa8a8371a2e465a95efc8fc60f86c27 (diff) | |
download | tcl-628eb714ab078e3d6d80ce796f014536d0403d4f.zip tcl-628eb714ab078e3d6d80ce796f014536d0403d4f.tar.gz tcl-628eb714ab078e3d6d80ce796f014536d0403d4f.tar.bz2 |
clarifications in doc/CrtInterp.3 and doc/StringObj.3
Diffstat (limited to 'doc/CrtInterp.3')
-rw-r--r-- | doc/CrtInterp.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/CrtInterp.3 b/doc/CrtInterp.3 index 4e8572d..b0dfc50 100644 --- a/doc/CrtInterp.3 +++ b/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. '\" -'\" RCS: @(#) $Id: CrtInterp.3,v 1.6 2001/12/14 20:31:22 msofer Exp $ +'\" RCS: @(#) $Id: CrtInterp.3,v 1.7 2002/06/26 11:50:52 msofer Exp $ '\" .so man.macros .TH Tcl_CreateInterp 3 7.5 Tcl "Tcl Library Procedures" @@ -103,8 +103,6 @@ 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\fR in your own code. -Do not call \fBTcl_DeleteInterp\fR on an interpreter for which -\fBTcl_InterpDeleted\fR returns nonzero. .TP Retrieving An Interpreter From A Data Structure When an interpreter is retrieved from a data structure (e.g. the client |