X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c3b137c89815fa04d04abbad0badc779b99c12e8..528c8b4da156391a0f7b93ae94eda76a439f7f16:/man/hash.3 diff --git a/man/hash.3 b/man/hash.3 index f1cd782..d74edd4 100644 --- a/man/hash.3 +++ b/man/hash.3 @@ -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 -How keys should be represented, hashed and compared. +how keys should be represented, hashed and compared; .hP \*o -How objects contained within the table should be allocated. +how objects contained within the table should be allocated; and .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