diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:47:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:47:07 (GMT) |
commit | 2df270e734333e1df19a486658ea8c8c1ba30e95 (patch) | |
tree | abf1d4b854ecdc32bc945e40c0fe528ede9c7865 /doc/CrtInterp.3 | |
parent | 36a7dc586ff228596fec6afc4130c203b2b3c6d0 (diff) | |
download | tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.zip tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.tar.gz tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.tar.bz2 |
Improve linking between pages, put Tk variables in Tk docs.
Diffstat (limited to 'doc/CrtInterp.3')
-rw-r--r-- | doc/CrtInterp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CrtInterp.3 b/doc/CrtInterp.3 index 158b3b8..6f4176b 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.10 2008/12/15 18:33:25 dgp Exp $ +'\" RCS: @(#) $Id: CrtInterp.3,v 1.11 2010/01/14 11:47:07 dkf Exp $ '\" .so man.macros .TH Tcl_CreateInterp 3 7.5 Tcl "Tcl Library Procedures" @@ -43,7 +43,7 @@ may only be passed to Tcl routines called from the same thread as the original \fBTcl_CreateInterp\fR call. It is not safe for multiple threads to pass the same token to Tcl's routines. The new interpreter is initialized with the built-in Tcl commands -and with the variables documented in tclvars(n). To bind in +and with the variables documented in the \fBtclvars\fR manual page. To bind in additional commands, call \fBTcl_CreateCommand\fR. .PP \fBTcl_DeleteInterp\fR marks an interpreter as deleted; the interpreter @@ -146,6 +146,6 @@ should be used to determine when an interpreter is a candidate for deletion due to inactivity. .VE 8.6 .SH "SEE ALSO" -Tcl_Preserve(3), Tcl_Release(3) +Tcl_Preserve(3), Tcl_Release(3), tclvars(n) .SH KEYWORDS command, create, delete, interpreter |