From e1aef1ce6c36b4692bf0e62e24bcb3fc7e466473 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Sun, 7 Sep 2008 14:01:50 +0000 Subject: * doc/namespace.n: fix [Bug 2098441] --- ChangeLog | 4 ++++ doc/namespace.n | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e7a9d8..4b8c409 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-07 Miguel Sofer + + * doc/namespace.n: fix [Bug 2098441] + 2008-09-04 Miguel Sofer * generic/tclTrace.test (TraceVarProc): diff --git a/doc/namespace.n b/doc/namespace.n index 4a31500..0450659 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.31 2008/06/29 22:28:24 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.32 2008/09/07 14:01:54 msofer Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -285,7 +285,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 -- cgit v0.12