diff options
author | dgp <dgp@noemail.net> | 2005-05-12 16:23:19 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-05-12 16:23:19 (GMT) |
commit | fdda8c690f0a68c95597bc7cf115af7fa3893ddc (patch) | |
tree | 8fcd834ab483f93def58c3441f3fa7cc7770b101 | |
parent | c4eb210c8fb98b3ac94986a64fbcd9cc6d56398a (diff) | |
download | tcl-fdda8c690f0a68c95597bc7cf115af7fa3893ddc.zip tcl-fdda8c690f0a68c95597bc7cf115af7fa3893ddc.tar.gz tcl-fdda8c690f0a68c95597bc7cf115af7fa3893ddc.tar.bz2 |
Corrected example that confused [namespace which] and [namespace origin]
FossilOrigin-Name: 2151523185a730224fe0762e1a58b93f59eb8130
-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 07dfc3d..48c570a 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -6,7 +6,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.16 2004/10/27 14:24:37 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.17 2005/05/12 16:23:20 dgp Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -782,7 +782,7 @@ foobar grill .PP Look up where the command imported in the previous example came from: .CS -puts "grill came from [\fBnamespace which\fR grill]" +puts "grill came from [\fBnamespace origin\fR grill]" .CE .SH "SEE ALSO" |