summaryrefslogtreecommitdiffstats
path: root/doc/ObjectType.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 14:52:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 14:52:43 (GMT)
commit4d7bec4bb09136c9340a8506acb17ce671efbd20 (patch)
tree74c3efa8cc8c762bf136d956684048cdb8988548 /doc/ObjectType.3
parentd4961998794e12b24a57463f33d6d1976477cde3 (diff)
downloadtcl-4d7bec4bb09136c9340a8506acb17ce671efbd20.zip
tcl-4d7bec4bb09136c9340a8506acb17ce671efbd20.tar.gz
tcl-4d7bec4bb09136c9340a8506acb17ce671efbd20.tar.bz2
Convert (most) tabs to spaces because they're printed more reliably
Diffstat (limited to 'doc/ObjectType.3')
-rw-r--r--doc/ObjectType.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ObjectType.3 b/doc/ObjectType.3
index 323e6b5..2354d0c 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.10 2004/10/07 14:44:33 dkf Exp $
+'\" RCS: @(#) $Id: ObjectType.3,v 1.11 2004/10/07 14:52:43 dkf Exp $
'\"
.so man.macros
.TH Tcl_ObjType 3 8.0 Tcl "Tcl Library Procedures"
@@ -92,11 +92,11 @@ and calling \fBTcl_RegisterObjType\fR.
The \fBTcl_ObjType\fR structure is defined as follows:
.CS
typedef struct Tcl_ObjType {
- char *\fIname\fR;
- Tcl_FreeInternalRepProc *\fIfreeIntRepProc\fR;
- Tcl_DupInternalRepProc *\fIdupIntRepProc\fR;
- Tcl_UpdateStringProc *\fIupdateStringProc\fR;
- Tcl_SetFromAnyProc *\fIsetFromAnyProc\fR;
+ char *\fIname\fR;
+ Tcl_FreeInternalRepProc *\fIfreeIntRepProc\fR;
+ Tcl_DupInternalRepProc *\fIdupIntRepProc\fR;
+ Tcl_UpdateStringProc *\fIupdateStringProc\fR;
+ Tcl_SetFromAnyProc *\fIsetFromAnyProc\fR;
} Tcl_ObjType;
.CE
.PP