diff options
| author | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) |
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2004-03-09 12:59:04 (GMT) |
| commit | 971d54ac6d69d481e572a53f6206f406f8b53e7e (patch) | |
| tree | b0cb4ba91f317961d72f620ce8fe4c4d002b3bee /doc/namespace.n | |
| parent | 515970292200a913eefd7ee933f2d08cda3cb1de (diff) | |
| download | tcl-971d54ac6d69d481e572a53f6206f406f8b53e7e.zip tcl-971d54ac6d69d481e572a53f6206f406f8b53e7e.tar.gz tcl-971d54ac6d69d481e572a53f6206f406f8b53e7e.tar.bz2 | |
fixed typos in documentation and comments
Diffstat (limited to 'doc/namespace.n')
| -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 bd84853..f519505 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.12 2004/02/28 15:45:53 vincentdarley Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.13 2004/03/09 12:59:04 vincentdarley Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -332,7 +332,7 @@ The topmost or global namespace has the name ``'' (i.e., an empty string), although \fB::\fR is a synonym. As an example, the name \fB::safe::interp::create\fR refers to the command \fBcreate\fR in the namespace \fBinterp\fR -that is a child of of namespace \fB::safe\fR, +that is a child of namespace \fB::safe\fR, which in turn is a child of the global namespace \fB::\fR. .PP If you want to access commands and variables from another namespace, |
