diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-11 02:54:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-11 02:54:10 (GMT) |
commit | 59d430fe145ae0715589e0e12f6749b546848b3e (patch) | |
tree | 9c76f38376124bb595a103e478be67b3b098cced /doc | |
parent | 450ab8007a4bb80ea9ee89e2b79395b0139e2ede (diff) | |
download | tcl-59d430fe145ae0715589e0e12f6749b546848b3e.zip tcl-59d430fe145ae0715589e0e12f6749b546848b3e.tar.gz tcl-59d430fe145ae0715589e0e12f6749b546848b3e.tar.bz2 |
merge updates from HEAD
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.18.12.1 2007/09/04 17:43:46 dgp Exp $ +'\" RCS: @(#) $Id: Hash.3,v 1.18.12.2 2007/10/11 02:54:12 dgp Exp $ '\" .so man.macros .TH Tcl_Hash 3 "" Tcl "Tcl Library Procedures" @@ -251,7 +251,7 @@ structure is extended in future then the version can be used to distinguish between different structures. It should be set to \fBTCL_HASH_KEY_TYPE_VERSION\fR. .PP -The \fIflags\fR member is one or more of the following values OR'ed together: +The \fIflags\fR member is 0 or one or more of the following values OR'ed together: .IP \fBTCL_HASH_KEY_RANDOMIZE_HASH\fR 25 There are some things, pointers for example which don't hash well because they do not use the lower bits. If this flag is set then the |