summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-10 10:21:02 (GMT)
committerhobbs <hobbs>2000-02-10 10:21:02 (GMT)
commit7a903ce32d04f0ad3f058010246c045baf889802 (patch)
tree4eb74c00f747fbeccd93d7dfae8653bd445472b3 /doc
parent10c9b49cd1da10587df4af7114e208f3fa56ccde (diff)
downloadtcl-7a903ce32d04f0ad3f058010246c045baf889802.zip
tcl-7a903ce32d04f0ad3f058010246c045baf889802.tar.gz
tcl-7a903ce32d04f0ad3f058010246c045baf889802.tar.bz2
syntax cleanupcore_8_3_0
Diffstat (limited to 'doc')
-rw-r--r--doc/namespace.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/namespace.n b/doc/namespace.n
index 93d1656..dea7265 100644
--- a/doc/namespace.n
+++ b/doc/namespace.n
@@ -5,7 +5,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.4 2000/01/26 21:36:35 ericm Exp $
+'\" RCS: @(#) $Id: namespace.n,v 1.5 2000/02/10 10:21:02 hobbs Exp $
'\"
.so man.macros
.TH namespace n 8.0 Tcl "Tcl Built-In Commands"
@@ -205,7 +205,7 @@ Returns any leading namespace qualifiers for \fIstring\fR.
Qualifiers are namespace names separated by \fB::\fRs.
For the \fIstring\fR \fB::foo::bar::x\fR,
this command returns \fB::foo::bar\fR,
-and for \fB::\fR it returns \fB``''\fR (an empty string).
+and for \fB::\fR it returns an empty string.
This command is the complement of the \fBnamespace tail\fR command.
Note that it does not check whether the
namespace names are, in fact,
@@ -216,7 +216,7 @@ Returns the simple name at the end of a qualified string.
Qualifiers are namespace names separated by \fB::\fRs.
For the \fIstring\fR \fB::foo::bar::x\fR,
this command returns \fBx\fR,
-and for \fB::\fR it returns \fB``''\fR (an empty string).
+and for \fB::\fR it returns an empty string.
This command is the complement of the \fBnamespace qualifiers\fR command.
It does not check whether the namespace names are, in fact,
the names of currently defined namespaces.