summaryrefslogtreecommitdiffstats
path: root/doc/Hash.3
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-21 23:57:33 (GMT)
committerhobbs <hobbs>1999-12-21 23:57:33 (GMT)
commitad4a42c1c2da6828324db8589acddcca79616e8c (patch)
tree0be6faa1991f803049ddca969f3daf42f07f65c6 /doc/Hash.3
parenta7f2bf5da71129730441d5bc4c7b79b4aaa45f0b (diff)
downloadtcl-ad4a42c1c2da6828324db8589acddcca79616e8c.zip
tcl-ad4a42c1c2da6828324db8589acddcca79616e8c.tar.gz
tcl-ad4a42c1c2da6828324db8589acddcca79616e8c.tar.bz2
* doc/Hash.3: fixed reference to ckfree [Bug: 3912]
* doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj * doc/open.n: fixed minor formatting errors * doc/string.n: fixed minor formatting errors * doc/lsort.n: added -unique docs
Diffstat (limited to 'doc/Hash.3')
-rw-r--r--doc/Hash.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Hash.3 b/doc/Hash.3
index 0c5bb35..72af625 100644
--- a/doc/Hash.3
+++ b/doc/Hash.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Hash.3,v 1.2 1998/09/14 18:39:49 stanton Exp $
+'\" RCS: @(#) $Id: Hash.3,v 1.3 1999/12/21 23:57:33 hobbs Exp $
'\"
.so man.macros
.TH Tcl_Hash 3 "" Tcl "Tcl Library Procedures"
@@ -193,7 +193,7 @@ overall information about a hash table, such as the number of
entries it contains, the number of buckets in its hash array,
and the utilization of the buckets.
It is the caller's responsibility to free the result string
-by passing it to \fBfree\fR.
+by passing it to \fBckfree\fR.
.PP
The header file \fBtcl.h\fR defines the actual data structures
used to implement hash tables.