summaryrefslogtreecommitdiffstats
path: root/doc/ObjectType.3
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-10-22 17:25:14 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-10-22 17:25:14 (GMT)
commit44711d15a61c4375fa6e9ba17b65bf12a96eecd6 (patch)
treefcf80023b6a8c2f5b9d60b4b6b56320ed9e6fd15 /doc/ObjectType.3
parentbd7da088b2cf9cfe6004606fb57fd65ad275fe50 (diff)
downloadtcl-44711d15a61c4375fa6e9ba17b65bf12a96eecd6.zip
tcl-44711d15a61c4375fa6e9ba17b65bf12a96eecd6.tar.gz
tcl-44711d15a61c4375fa6e9ba17b65bf12a96eecd6.tar.bz2
* doc/ObjectType.3: Minor documentation fix, reported by David
N. Welton <davidw@users.sourceforge.net> directly to me.
Diffstat (limited to 'doc/ObjectType.3')
-rw-r--r--doc/ObjectType.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ObjectType.3 b/doc/ObjectType.3
index 56beba4..75b2054 100644
--- a/doc/ObjectType.3
+++ b/doc/ObjectType.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: ObjectType.3,v 1.3 2001/02/02 05:34:03 dgp Exp $
+'\" RCS: @(#) $Id: ObjectType.3,v 1.4 2001/10/22 17:25:14 andreas_kupries Exp $
'\"
.so man.macros
.TH Tcl_ObjType 3 8.0 Tcl "Tcl Library Procedures"
@@ -29,7 +29,7 @@ int
.AS Tcl_ObjType *typeName in
.AP Tcl_ObjType *typePtr in
Points to the structure containing information about the Tcl object type.
-This storage must must live forever,
+This storage must live forever,
typically by being statically allocated.
.AP char *typeName in
The name of a Tcl object type that \fBTcl_GetObjType\fR should look up.