summaryrefslogtreecommitdiffstats
path: root/doc/Hash.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-11 15:40:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-11 15:40:18 (GMT)
commit3fee670effbf74c4f52c8b227dacca0be2a67404 (patch)
tree098f024611db3f8837a8d497bb763af33a733c47 /doc/Hash.3
parent43c49d4d334650878eb8ab860583b9620bb4e218 (diff)
downloadtcl-3fee670effbf74c4f52c8b227dacca0be2a67404.zip
tcl-3fee670effbf74c4f52c8b227dacca0be2a67404.tar.gz
tcl-3fee670effbf74c4f52c8b227dacca0be2a67404.tar.bz2
* Overlooked CONST documentation update.
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 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