diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-11 15:40:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-11 15:40:18 (GMT) |
commit | 3fee670effbf74c4f52c8b227dacca0be2a67404 (patch) | |
tree | 098f024611db3f8837a8d497bb763af33a733c47 /doc | |
parent | 43c49d4d334650878eb8ab860583b9620bb4e218 (diff) | |
download | tcl-3fee670effbf74c4f52c8b227dacca0be2a67404.zip tcl-3fee670effbf74c4f52c8b227dacca0be2a67404.tar.gz tcl-3fee670effbf74c4f52c8b227dacca0be2a67404.tar.bz2 |
* Overlooked CONST documentation update.
Diffstat (limited to 'doc')
-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.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 |