X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/ff76c38f2d94c82b234d67e717d855b52e5d6421..9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e:/man/hash.3 diff --git a/man/hash.3 b/man/hash.3 index a708d22..5869d89 100644 --- a/man/hash.3 +++ b/man/hash.3 @@ -19,7 +19,7 @@ .. .ie t .ds o \(bu .el .ds o o -.TH hash 3 "2 August 1999" mLib +.TH hash 3 "2 August 1999" "Straylight/Edgeware" "mLib utilities library" .SH "NAME" hash \- low-level hashtable implementation .\" @hash_create @@ -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 @@ -291,4 +291,4 @@ The finalization code above contained an example of iteration. .BR sym (3), .BR mLib (3). .SH "AUTHOR" -Mark Wooding, +Mark Wooding,