summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-04-18 14:30:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-04-18 14:30:51 (GMT)
commitc5fd5355ee987e7f3b51128bdf7272c8e571eea6 (patch)
tree87255518e1cbdf99950e08cbf484c574864e224a
parent627d3c8418d40dedf7495731024e2de6ba51ed58 (diff)
downloadtcl-c5fd5355ee987e7f3b51128bdf7272c8e571eea6.zip
tcl-c5fd5355ee987e7f3b51128bdf7272c8e571eea6.tar.gz
tcl-c5fd5355ee987e7f3b51128bdf7272c8e571eea6.tar.bz2
Fix typo spotted by Steve Havelka
-rw-r--r--doc/Namespace.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Namespace.3 b/doc/Namespace.3
index 7bc77f4..83f1863 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.8.10.1 2008/04/18 14:30:51 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