summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 10:16:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 10:16:18 (GMT)
commit7655c307f652206c12c3b5b2b2dd4953c12c5384 (patch)
treed1228156a1605cc574c7e8635fef3e781f172c62 /doc
parent8a45c3faf392af5c64589268d0d7699c17b7feec (diff)
downloadtcl-7655c307f652206c12c3b5b2b2dd4953c12c5384.zip
tcl-7655c307f652206c12c3b5b2b2dd4953c12c5384.tar.gz
tcl-7655c307f652206c12c3b5b2b2dd4953c12c5384.tar.bz2
Fix msgcat.test (in case a higher msgcat version is encountered, which is not included with Tcl 8.4)
<p>Doc fix in TCL_MEM_DEBUG.3
Diffstat (limited to 'doc')
-rw-r--r--doc/TCL_MEM_DEBUG.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TCL_MEM_DEBUG.3 b/doc/TCL_MEM_DEBUG.3
index c531ac6..def44c1 100644
--- a/doc/TCL_MEM_DEBUG.3
+++ b/doc/TCL_MEM_DEBUG.3
@@ -26,7 +26,7 @@ version of \fBTcl_InitMemory\fR to add the \fBmemory\fR command to Tcl.
\fBTCL_MEM_DEBUG\fR must be either left defined for all modules or undefined
for all modules that are going to be linked together. If they are not, link
errors will occur, with either \fBTclDbCkfree\fR and \fBTcl_DbCkalloc\fR or
-\fBTcl_Ckalloc\fR and \fBTcl_Ckfree\fR being undefined.
+\fBTcl_Alloc\fR and \fBTcl_Free\fR being undefined.
.PP
Once memory debugging support has been compiled into Tcl, the C
functions \fBTcl_ValidateAllMemory\fR, and \fBTcl_DumpActiveMemory\fR,