summaryrefslogtreecommitdiffstats
path: root/doc/TCL_MEM_DEBUG.3
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-04-28 00:47:48 (GMT)
committerericm <ericm@noemail.net>2000-04-28 00:47:48 (GMT)
commita0228c8a640edd842eff025d2542153404f38842 (patch)
treec70d29c07b6abff4ba916f336d2e2ccda9b256e3 /doc/TCL_MEM_DEBUG.3
parent488e24526834f7455345430d2f020334c2291b93 (diff)
downloadtcl-a0228c8a640edd842eff025d2542153404f38842.zip
tcl-a0228c8a640edd842eff025d2542153404f38842.tar.gz
tcl-a0228c8a640edd842eff025d2542153404f38842.tar.bz2
* doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271].
* doc/Init.3: Manual entry for Tcl_Init [Bug: 1820]. * doc/expr.n: Added documentation for each of the math library functions that expr supports [Bug: 1054]. FossilOrigin-Name: 3429c5f93a5cc5289544ad5bb92f65f23dd39bd2
Diffstat (limited to 'doc/TCL_MEM_DEBUG.3')
-rw-r--r--doc/TCL_MEM_DEBUG.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TCL_MEM_DEBUG.3 b/doc/TCL_MEM_DEBUG.3
index bf6e2fe..6b1ec78 100644
--- a/doc/TCL_MEM_DEBUG.3
+++ b/doc/TCL_MEM_DEBUG.3
@@ -3,7 +3,7 @@
'\" Copyright (c) 2000 by Scriptics Corporation.
'\" All rights reserved.
'\"
-'\" RCS: @(#) $Id: TCL_MEM_DEBUG.3,v 1.1 2000/04/27 01:46:59 ericm Exp $
+'\" RCS: @(#) $Id: TCL_MEM_DEBUG.3,v 1.2 2000/04/28 00:47:49 ericm Exp $
'\"
.so man.macros
.TH TCL_MEM_DEBUG 3 8.1 Tcl "Tcl Library Procedures"
@@ -72,7 +72,7 @@ If you are desperate and validating memory on every call to
of the caller, but they can actually be anything you want. Remember
to remove the calls after you find the problem.
-.SH SEE ALSO
+.SH "SEE ALSO"
memory, Tcl_ValidateAllMemory, Tcl_DumpActiveMemory
.SH KEYWORDS