diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-12 16:23:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-12 16:23:11 (GMT) |
commit | 059da8747325b6904a2b0a2be8bc25294ef6f782 (patch) | |
tree | 2c82769a44093b812b4ad622b69694bd58a61935 | |
parent | 8bcd5484836bddde955023ae76b23f0a78357033 (diff) | |
download | tcl-059da8747325b6904a2b0a2be8bc25294ef6f782.zip tcl-059da8747325b6904a2b0a2be8bc25294ef6f782.tar.gz tcl-059da8747325b6904a2b0a2be8bc25294ef6f782.tar.bz2 |
Corrected example that confused [namespace which] and [namespace origin]
-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 e93a704..0c5079d 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.9.2.1 2004/10/27 14:23:57 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.9.2.2 2005/05/12 16:23:11 dgp Exp $ '\" .so man.macros .TH namespace n 8.0 Tcl "Tcl Built-In Commands" @@ -610,7 +610,7 @@ 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" |