summaryrefslogtreecommitdiffstats
path: root/doc/namespace.n
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 13:52:02 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 13:52:02 (GMT)
commitee30df8e7dce83db9022d7742013afd0934ba22c (patch)
tree12d0b1d7260e55b9db8ea3db191f75fbd9d0ef0d /doc/namespace.n
parent335056e221f3314f00a82353c10a93880ba46f55 (diff)
downloadtcl-ee30df8e7dce83db9022d7742013afd0934ba22c.zip
tcl-ee30df8e7dce83db9022d7742013afd0934ba22c.tar.gz
tcl-ee30df8e7dce83db9022d7742013afd0934ba22c.tar.bz2
* doc/apply.n: fixed example [Bug 1811791]
* doc/namespace.n: improved example [Bug 1788984] * doc/AddErrInfo.3: typo [Bug 1715087]
Diffstat (limited to 'doc/namespace.n')
-rw-r--r--doc/namespace.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/namespace.n b/doc/namespace.n
index f1af905..4b77a32 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.23 2007/10/26 20:11:53 dgp Exp $
+'\" RCS: @(#) $Id: namespace.n,v 1.24 2007/10/27 13:52:02 msofer Exp $
'\"
.so man.macros
.TH namespace n 8.5 Tcl "Tcl Built-In Commands"
@@ -57,7 +57,7 @@ and they will be passed to \fIscript\fR as additional arguments.
For example, suppose the command
\fBset script [namespace code {foo bar}]\fR
is invoked in namespace \fB::a::b\fR.
-Then \fBeval "$script x y"\fR
+Then \fBeval $script [list x y]\fR
can be executed in any namespace (assuming the value of
\fBscript\fR has been passed in properly)
and will have the same effect as the command