1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ae,v 1.1.1.1 2000/09/06 16:40:07 jwise Exp $
--- ../doc/TclXMemory.n.orig Tue Sep 5 20:54:12 2000
+++ ../doc/TclXMemory.n Tue Sep 5 20:54:29 2000
@@ -18,7 +18,7 @@
.TH "Memory" TCL "" "Tcl"
.BS
.SH NAME
-ckalloc, memory, ckfree, Tcl_DisplayMemory, Tcl_InitMemory, Tcl_ValidateAllMemory - Validated memory allocation interface.
+ckalloc, tclxmemory, ckfree, Tcl_DisplayMemory, Tcl_InitMemory, Tcl_ValidateAllMemory - Validated memory allocation interface.
.SH SYNOPSIS
.nf
.B memory \fBinfo\fR
@@ -276,6 +276,6 @@
the calls after you find the problem.
'
.SH KEYWORDS
-ckalloc, ckfree, free, memory, malloc
+ckalloc, ckfree, free, tclxmemory, malloc
|