diff options
| author | vincentdarley <vincentdarley> | 2004-02-28 15:45:53 (GMT) |
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2004-02-28 15:45:53 (GMT) |
| commit | d49fd68211c01f0ff92ac30b4574fd522f942cc2 (patch) | |
| tree | ec396d372ae893feb7d2da8873d70b6e45f16c6b /doc/namespace.n | |
| parent | a5619a34e43f6c0aca3ccf3f1b31505b8446cb23 (diff) | |
| download | tcl-d49fd68211c01f0ff92ac30b4574fd522f942cc2.zip tcl-d49fd68211c01f0ff92ac30b4574fd522f942cc2.tar.gz tcl-d49fd68211c01f0ff92ac30b4574fd522f942cc2.tar.bz2 | |
removed 'the the' typos
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 48180d1..bd84853 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.11 2003/09/29 14:37:14 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.12 2004/02/28 15:45:53 vincentdarley Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -40,7 +40,7 @@ The actual pattern used is determined as follows: a pattern that starts with \fB::\fR is used directly, otherwise the namespace \fInamespace\fR (or the fully-qualified name of the current namespace) -is prepended onto the the pattern. +is prepended onto the pattern. .TP \fBnamespace code \fIscript\fR Captures the current namespace context for later execution |
