diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-07 14:00:48 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-07 14:00:48 (GMT) |
commit | e3e6b80ad37780e6da0793def7b2076461f69d83 (patch) | |
tree | a3fa5cf0bd253680b0687dcc376ca94c2c96391f /doc/namespace.n | |
parent | 0518a588f5a633d1d571201f456c5a4c368bded6 (diff) | |
download | tcl-e3e6b80ad37780e6da0793def7b2076461f69d83.zip tcl-e3e6b80ad37780e6da0793def7b2076461f69d83.tar.gz tcl-e3e6b80ad37780e6da0793def7b2076461f69d83.tar.bz2 |
* doc/namespace.n: fix [Bug 2098441]
Diffstat (limited to 'doc/namespace.n')
-rw-r--r-- | doc/namespace.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/namespace.n b/doc/namespace.n index e4d3d6d..f2be10d 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -7,7 +7,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: namespace.n,v 1.30 2008/03/06 22:08:26 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.30.2.1 2008/09/07 14:01:10 msofer Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -275,7 +275,7 @@ procedure to refer to variables in \fInamespace\fR. The namespace name is resolved as described in section \fBNAME RESOLUTION\fR. The command \fBnamespace upvar $ns a b\fR has the same behaviour as -\fBupvar 0 $ns::a b\fR, with the sole exception of the resolution rules +\fBupvar 0 ${ns}::a b\fR, with the sole exception of the resolution rules used for qualified namespace or variable names. \fBnamespace upvar\fR returns an empty string. .TP |