From ee711ec2c9df132a0a8ea0a81d84777ed16aafbe Mon Sep 17 00:00:00 2001 From: nijtmans Date: Thu, 3 Aug 2006 22:41:27 +0000 Subject: two minor doc fixes --- doc/Object.3 | 4 ++-- doc/ObjectType.3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Object.3 b/doc/Object.3 index f63875e..ef33e43 100644 --- a/doc/Object.3 +++ b/doc/Object.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: Object.3,v 1.13 2006/04/17 21:00:47 dgp Exp $ +'\" RCS: @(#) $Id: Object.3,v 1.14 2006/08/03 22:41:27 nijtmans Exp $ '\" .so man.macros .TH Tcl_Obj 3 8.5 Tcl "Tcl Library Procedures" @@ -129,7 +129,7 @@ typedef struct Tcl_Obj { struct { void *\fIptr\fR; unsigned long \fIvalue\fR; - } \fItwoPtrValue\fR; + } \fIptrAndLongRep\fR; } \fIinternalRep\fR; } Tcl_Obj; .CE diff --git a/doc/ObjectType.3 b/doc/ObjectType.3 index 9a4a2f8..42afabb 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.12 2004/10/07 15:15:38 dkf Exp $ +'\" RCS: @(#) $Id: ObjectType.3,v 1.13 2006/08/03 22:41:27 nijtmans Exp $ '\" .so man.macros .TH Tcl_ObjType 3 8.0 Tcl "Tcl Library Procedures" @@ -26,7 +26,7 @@ int int \fBTcl_ConvertToType\fR(\fIinterp, objPtr, typePtr\fR) .SH ARGUMENTS -.AS Tcl_ObjType *typeName +.AS "const char" *typeName .AP Tcl_ObjType *typePtr in Points to the structure containing information about the Tcl object type. This storage must live forever, -- cgit v0.12