diff options
author | hobbs <hobbs> | 1999-09-02 16:26:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-09-02 16:26:11 (GMT) |
commit | 8de7074c8b742a0793dfabbe010cd53d4616f0b1 (patch) | |
tree | 0f85c2192637116ef8f3570ad5478c7bcb0fcdb0 /doc/interp.n | |
parent | d6ddf4acdca892f3150c58da4608d30f2eece72b (diff) | |
download | tcl-8de7074c8b742a0793dfabbe010cd53d4616f0b1.zip tcl-8de7074c8b742a0793dfabbe010cd53d4616f0b1.tar.gz tcl-8de7074c8b742a0793dfabbe010cd53d4616f0b1.tar.bz2 |
1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
remove TclInitStubs.3 - it was duplicate of InitStubs.3
Diffstat (limited to 'doc/interp.n')
-rw-r--r-- | doc/interp.n | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/interp.n b/doc/interp.n index 31c7ec0..6ed1d58 100644 --- a/doc/interp.n +++ b/doc/interp.n @@ -4,7 +4,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.4 1999/08/21 19:40:48 hobbs Exp $ +'\" RCS: @(#) $Id: interp.n,v 1.5 1999/09/02 16:26:11 hobbs Exp $ '\" .so man.macros .TH interp n 7.6 Tcl "Tcl Built-In Commands" @@ -383,15 +383,15 @@ fcopy fileevent flush for foreach format gets global history if incr info interp join lappend lindex -linsert list llength lower -lrange lreplace lsearch lsort -namespace package pid proc -puts read regexp regsub -rename return scan seek -set split string subst -switch tell trace unset -update uplevel upvar variable -vwait while\fR +linsert list llength lrange +lreplace lsearch lsort namespace +package pid proc puts +read regexp regsub rename +return scan seek set +split string subst switch +tell trace unset update +uplevel upvar variable vwait +while\fR .DE .VS "" BR The following commands are hidden by \fBinterp create\fR when it |