diff options
author | dkf <dkf@noemail.net> | 2005-04-06 20:55:16 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-04-06 20:55:16 (GMT) |
commit | 1d3bb17aba3a0769dd828a357e972eb33a63c346 (patch) | |
tree | 5d41883299c2e8bedcd2b437b39c4cbfab40c071 /doc/interp.n | |
parent | fc7ffe8d5b16feef959e9e04ce5f5369ac766780 (diff) | |
download | tcl-1d3bb17aba3a0769dd828a357e972eb33a63c346.zip tcl-1d3bb17aba3a0769dd828a357e972eb33a63c346.tar.gz tcl-1d3bb17aba3a0769dd828a357e972eb33a63c346.tar.bz2 |
Purge old and inaccurate .VS/.VE macros.
FossilOrigin-Name: b5dbb85db54f15de4f1ce227e598d37c74968fe6
Diffstat (limited to 'doc/interp.n')
-rw-r--r-- | doc/interp.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/interp.n b/doc/interp.n index e80d583..7f69948 100644 --- a/doc/interp.n +++ b/doc/interp.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: interp.n,v 1.22 2004/11/21 23:17:50 dgp Exp $ +'\" RCS: @(#) $Id: interp.n,v 1.23 2005/04/06 20:55:23 dkf Exp $ '\" .so man.macros .TH interp n 7.6 Tcl "Tcl Built-In Commands" @@ -38,7 +38,7 @@ through environment variables (the \fBenv\fR variable), which are normally shared among all interpreters in the application, .VS 8.5 and by resource limit exceeded callbacks. -.VE +.VE 8.5 Note that the name space for files (such as the names returned by the \fBopen\fR command) is no longer shared between interpreters. Explicit commands are provided to |