summaryrefslogtreecommitdiffstats
path: root/doc/memory.n
diff options
context:
space:
mode:
authorericm <ericm>2000-04-28 00:47:48 (GMT)
committerericm <ericm>2000-04-28 00:47:48 (GMT)
commit492f9b8edd489f07ffd0741d0e9f23c0433334f9 (patch)
treec70d29c07b6abff4ba916f336d2e2ccda9b256e3 /doc/memory.n
parent6061ec2039f13f53e1483b78e8e3e21c9b44df35 (diff)
downloadtcl-492f9b8edd489f07ffd0741d0e9f23c0433334f9.zip
tcl-492f9b8edd489f07ffd0741d0e9f23c0433334f9.tar.gz
tcl-492f9b8edd489f07ffd0741d0e9f23c0433334f9.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].
Diffstat (limited to 'doc/memory.n')
-rw-r--r--doc/memory.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/memory.n b/doc/memory.n
index 4815ec4..3f7ca66 100644
--- a/doc/memory.n
+++ b/doc/memory.n
@@ -3,7 +3,7 @@
'\" Copyright (c) 2000 by Scriptics Corporation.
'\" All rights reserved.
'\"
-'\" RCS: @(#) $Id: memory.n,v 1.1 2000/04/27 01:47:00 ericm Exp $
+'\" RCS: @(#) $Id: memory.n,v 1.2 2000/04/28 00:47:49 ericm Exp $
'\"
.so man.macros
.TH memory n 8.1 Tcl "Tcl Built-In Commands"
@@ -73,7 +73,7 @@ command mode.
\fB memory display\fR \fIfile\fR
Write a list of all currently allocated memory to the specified file.
-.SH SEE ALSO
+.SH "SEE ALSO"
ckalloc, ckfree, Tcl_ValidateAllMemory, Tcl_DumpActiveMemory, TCL_MEM_DEBUG
.SH KEYWORDS