summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 10:22:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 10:22:58 (GMT)
commit2fda7e49a0d6329b4f0374de4a715e85b012b8b5 (patch)
treec7ccd28493050802c64856d6e5b9788d57fbb6d5 /doc
parent27256fcd7184b40fe15586ff8fec73ae0e7f26a1 (diff)
parent491f1691e597dbe9f98f08331dd3797f967b51c8 (diff)
downloadtcl-2fda7e49a0d6329b4f0374de4a715e85b012b8b5.zip
tcl-2fda7e49a0d6329b4f0374de4a715e85b012b8b5.tar.gz
tcl-2fda7e49a0d6329b4f0374de4a715e85b012b8b5.tar.bz2
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 05d4564..5a3e08a 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 \fBTcl_DbCkfree\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,