summaryrefslogtreecommitdiffstats
path: root/doc/ObjectType.3
diff options
context:
space:
mode:
authornijtmans <nijtmans>2006-08-03 22:41:27 (GMT)
committernijtmans <nijtmans>2006-08-03 22:41:27 (GMT)
commitee711ec2c9df132a0a8ea0a81d84777ed16aafbe (patch)
treed7c5d6b23975745795e31bba4193f2fd22533b3b /doc/ObjectType.3
parent4aab3a8c321f05ae8af6a39d0ef6a769fb3f70be (diff)
downloadtcl-ee711ec2c9df132a0a8ea0a81d84777ed16aafbe.zip
tcl-ee711ec2c9df132a0a8ea0a81d84777ed16aafbe.tar.gz
tcl-ee711ec2c9df132a0a8ea0a81d84777ed16aafbe.tar.bz2
two minor doc fixes
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 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,