summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-05-15 10:08:01 (GMT)
committerdkf <dkf@noemail.net>2009-05-15 10:08:01 (GMT)
commit153a488778a60d6f67697963f62b252d5f8ad686 (patch)
tree5741aec073dba6d5081e376f592ba0c4e5c5bc5f /doc
parentcef2506338cd99e9f068af17fb425aca7c499f2f (diff)
downloadtcl-153a488778a60d6f67697963f62b252d5f8ad686.zip
tcl-153a488778a60d6f67697963f62b252d5f8ad686.tar.gz
tcl-153a488778a60d6f67697963f62b252d5f8ad686.tar.bz2
Added more introspection: ability to look up namespace of an object.
FossilOrigin-Name: 07dfc8d118f734d40bc90792135bad1060fb96fd
Diffstat (limited to 'doc')
-rw-r--r--doc/info.n8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/info.n b/doc/info.n
index 58bf428..b4c4b60 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -8,7 +8,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: info.n,v 1.32 2008/10/19 16:27:58 dkf Exp $
+'\" RCS: @(#) $Id: info.n,v 1.33 2009/05/15 10:08:02 dkf Exp $
'\"
.so man.macros
.TH info n 8.4 Tcl "Tcl Built-In Commands"
@@ -567,6 +567,12 @@ This subcommand returns a list of all classes that have been mixed into the
object named \fIobject\fR.
.VE 8.6
.TP
+\fBinfo object namespace\fI object\fR
+.VS 8.6
+This subcommand returns the name of the internal namespace of the object named
+\fIobject\fR.
+.VE 8.6
+.TP
\fBinfo object variables\fI object\fR
.VS 8.6
This subcommand returns a list of all variables that have been declared for