diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/ObjectType.3 | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2001-10-22 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * doc/ObjectType.3: Minor documentation fix, reported by David + N. Welton <davidw@users.sourceforge.net> directly to me. + 2001-10-22 Vince Darley <vincentdarley@users.sourceforge.net> * win/tclWinFCmd.c: fix to stop test suite from hanging process 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. |