summaryrefslogtreecommitdiffstats
path: root/doc/Hash.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
commite3b24a5defd86b87e59a1260fc2dd752cda7020f (patch)
treedd437c6188c1c52cb8c5b4374a7959ce97d2d6e1 /doc/Hash.3
parent25fb71d60b4159d11364bdc2b360deb7fc58605e (diff)
downloadtcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.zip
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.gz
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.bz2
Reduce the number of warnings given by nroff...
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 98cf3b2..d21ba2b 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.17 2004/10/07 15:15:38 dkf Exp $
+'\" RCS: @(#) $Id: Hash.3,v 1.18 2004/10/07 16:05:14 dkf Exp $
'\"
.so man.macros
.TH Tcl_Hash 3 "" Tcl "Tcl Library Procedures"
@@ -257,8 +257,8 @@ 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
hash table will attempt to rectify this by randomizing the bits and
then using the upper N bits as the index into the table.
-.VS 8.5 br
.IP \fBTCL_HASH_KEY_SYSTEM_HASH\fR 25
+.VS 8.5
This flag forces Tcl to use the memory allocation
procedures provided by the operating system when allocating
and freeing memory used to store the hash table data structures,