diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:41:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 09:41:44 (GMT) |
commit | 6efa34019112d03215fd4509f26e10f6bfa908fd (patch) | |
tree | 9a29e64ca947bb39d1de593895e2b72c569f9ad0 | |
parent | be427b8a40eb802bae112dc42a01060deffdebca (diff) | |
download | tcl-6efa34019112d03215fd4509f26e10f6bfa908fd.zip tcl-6efa34019112d03215fd4509f26e10f6bfa908fd.tar.gz tcl-6efa34019112d03215fd4509f26e10f6bfa908fd.tar.bz2 |
Tweak to generate better links
-rw-r--r-- | doc/upvar.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/upvar.n b/doc/upvar.n index 8242a43..29af621 100644 --- a/doc/upvar.n +++ b/doc/upvar.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: upvar.n,v 1.17 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: upvar.n,v 1.18 2010/01/13 09:41:44 dkf Exp $ '\" .so man.macros .TH upvar n "" Tcl "Tcl Built-In Commands" @@ -64,7 +64,7 @@ that the Tcl naming context can change. It adds a call frame to the stack to represent the namespace context. This means each \fBnamespace eval\fR command counts as another call level for \fBuplevel\fR and \fBupvar\fR commands. -For example, \fBinfo level 1\fR will return a list +For example, \fBinfo level\fR \fB1\fR will return a list describing a command that is either the outermost procedure call or the outermost \fBnamespace eval\fR command. Also, \fBuplevel #0\fR evaluates a script |