diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-04-18 14:21:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-04-18 14:21:34 (GMT) |
commit | 16b1064d1e130344d2de6f3a3d4ff9152fa97407 (patch) | |
tree | 3c275041eecbccc1606b5f3601d616d82409ef26 /doc | |
parent | afd0f9b3f6990bb1d44b22b117df3fbb4a535a85 (diff) | |
download | tcl-16b1064d1e130344d2de6f3a3d4ff9152fa97407.zip tcl-16b1064d1e130344d2de6f3a3d4ff9152fa97407.tar.gz tcl-16b1064d1e130344d2de6f3a3d4ff9152fa97407.tar.bz2 |
Fix typo spotted by Steve Havelka
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Namespace.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Namespace.3 b/doc/Namespace.3 index 7bc77f4..a82248e 100644 --- a/doc/Namespace.3 +++ b/doc/Namespace.3 @@ -4,7 +4,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.3,v 1.8 2006/02/01 18:27:43 dgp Exp $ +'\" RCS: @(#) $Id: Namespace.3,v 1.9 2008/04/18 14:21:34 dkf Exp $ '\" '\" Note that some of these functions do not seem to belong, but they '\" were all introduced with the same TIP (#139) @@ -13,7 +13,7 @@ .TH Tcl_Namespace 3 8.5 Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_AppendExportList, Tcl_CreateNamespace, Tcl_DeleteNamespace, Tcl_Export, Tcl_FindCommand, Tcl_FindNamespace, Tcl_ForgetImport, Tcl_GetCurrentNamespace, Tcl_GetGloblaNamespace, Tcl_GetNamespaceUnknownHandler, Tcl_Import, Tcl_SetNamespaceUnknownHandler \- manipulate namespaces +Tcl_AppendExportList, Tcl_CreateNamespace, Tcl_DeleteNamespace, Tcl_Export, Tcl_FindCommand, Tcl_FindNamespace, Tcl_ForgetImport, Tcl_GetCurrentNamespace, Tcl_GetGlobalNamespace, Tcl_GetNamespaceUnknownHandler, Tcl_Import, Tcl_SetNamespaceUnknownHandler \- manipulate namespaces .SH SYNOPSIS .nf \fB#include <tcl.h>\fR |