diff options
author | hobbs <hobbs> | 1999-12-21 23:57:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-21 23:57:33 (GMT) |
commit | ad4a42c1c2da6828324db8589acddcca79616e8c (patch) | |
tree | 0be6faa1991f803049ddca969f3daf42f07f65c6 /doc/Hash.3 | |
parent | a7f2bf5da71129730441d5bc4c7b79b4aaa45f0b (diff) | |
download | tcl-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.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |