diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-08 19:56:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-08 19:56:45 (GMT) |
commit | b1fc2667cc70d033e07caedd0986e9fcd7a36731 (patch) | |
tree | 201b52dbb5f73fb26923ec4380f024012721f105 | |
parent | f9939610df42a3d9d20c0fb54082804b6488c8f1 (diff) | |
download | tcl-b1fc2667cc70d033e07caedd0986e9fcd7a36731.zip tcl-b1fc2667cc70d033e07caedd0986e9fcd7a36731.tar.gz tcl-b1fc2667cc70d033e07caedd0986e9fcd7a36731.tar.bz2 |
Formatting correction
-rw-r--r-- | doc/namespace.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/namespace.n b/doc/namespace.n index 6d9fae2..717de11 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -7,7 +7,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.37 2009/11/05 17:49:16 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.38 2009/11/08 19:56:45 dkf Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -119,7 +119,7 @@ they are automatically created. Returns \fB1\fR if \fInamespace\fR is a valid namespace in the current context, returns \fB0\fR otherwise. .TP -\fBnamespace export \fR?\-\fBclear\fR? ?\fIpattern pattern ...\fR? +\fBnamespace export \fR?\fB\-clear\fR? ?\fIpattern pattern ...\fR? . Specifies which commands are exported from a namespace. The exported commands are those that can be later imported @@ -313,7 +313,7 @@ script and the result evaluated in the context of the namespace. The default handler for all namespaces is \fB::unknown\fR. If no argument is given, it returns the handler for the current namespace. .TP -\fBnamespace which\fR ?\-\fBcommand\fR? ?\-\fBvariable\fR? \fIname\fR +\fBnamespace which\fR ?\fB\-command\fR? ?\fB\-variable\fR? \fIname\fR . Looks up \fIname\fR as either a command or variable and returns its fully-qualified name. |