chiark / gitweb /
Import buf from Catacomb; split out the dstr bits, and throw away the mp and
[mLib] / man / hash.3
index f1cd78221cc3dc3d5dbb0a313a04afda8b871a5f..5869d893752d903e4eb2c2a6345cda0a1f9045f1 100644 (file)
@@ -57,11 +57,11 @@ functions provide the basis for an extensible hashtable implementation.
 The implementation is not complete.  Many decisions have been left to
 the user, including:
 .hP \*o
 The implementation is not complete.  Many decisions have been left to
 the user, including:
 .hP \*o
-How keys should be represented, hashed and compared.
+how keys should be represented, hashed and compared;
 .hP \*o
 .hP \*o
-How objects contained within the table should be allocated.
+how objects contained within the table should be allocated; and
 .hP \*o
 .hP \*o
-When the hashtable should be extended.
+when the hashtable should be extended.
 .PP
 A complete hashtable implementation will need to take the above
 decisions.  If you just want a prepackaged solution, see
 .PP
 A complete hashtable implementation will need to take the above
 decisions.  If you just want a prepackaged solution, see
@@ -291,4 +291,4 @@ The finalization code above contained an example of iteration.
 .BR sym (3),
 .BR mLib (3).
 .SH "AUTHOR"
 .BR sym (3),
 .BR mLib (3).
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>