summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-11 12:38:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-11 12:38:28 (GMT)
commit01848f36491b7e23d599369af2c5d4c3e6fcbd3c (patch)
tree8a3f9ac4c785fa9575d3e8b408e34c416b304d04
parentb67bee2a5ef32b3377cebaa30c9ddbd1067f05e0 (diff)
downloadtcl-01848f36491b7e23d599369af2c5d4c3e6fcbd3c.zip
tcl-01848f36491b7e23d599369af2c5d4c3e6fcbd3c.tar.gz
tcl-01848f36491b7e23d599369af2c5d4c3e6fcbd3c.tar.bz2
Backported a littttttle bit too much
-rw-r--r--doc/ObjectType.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ObjectType.3 b/doc/ObjectType.3
index cc33a0a..1342d0d 100644
--- a/doc/ObjectType.3
+++ b/doc/ObjectType.3
@@ -154,7 +154,7 @@ This definition permits us to pass internal representations and pointers to
them as arguments and results in public routines.
.SH "THE TCL_OBJTYPE STRUCTURE"
.PP
-Extension writers can define new value types by defining four to eight
+Extension writers can define new value types by defining four
procedures and initializing a Tcl_ObjType structure to describe the
type. Extension writers may also pass a pointer to their Tcl_ObjType
structure to \fBTcl_RegisterObjType\fR if they wish to permit other