summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/Hash.34
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd4ed65..e60b503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-11 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/Hash.3: Overlooked CONST documentation update.
+
2002-07-11 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclCkalloc.c: ckalloc() and friends take the block size
diff --git a/doc/Hash.3 b/doc/Hash.3
index 53cd726..664756a 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.9 2002/01/25 21:36:09 dgp Exp $
+'\" RCS: @(#) $Id: Hash.3,v 1.10 2002/07/11 15:40:19 dgp Exp $
'\"
.so man.macros
.TH Tcl_Hash 3 "" Tcl "Tcl Library Procedures"
@@ -60,7 +60,7 @@ TCL_STRING_KEYS, TCL_ONE_WORD_KEYS, TCL_CUSTOM_TYPE_KEYS,
TCL_CUSTOM_PTR_KEYS, or an integer value greater than 1.
.AP Tcl_HashKeyType *typePtr in
Address of structure which defines the behaviour of the hash table.
-.AP char *key in
+.AP "CONST char" *key in
Key to use for probe into table. Exact form depends on
\fIkeyType\fR used to create table.
.AP int *newPtr out