X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/man/unihash.3 diff --git a/man/unihash.3 b/man/unihash.3 index 8e45c69..28cb580 100644 --- a/man/unihash.3 +++ b/man/unihash.3 @@ -49,8 +49,8 @@ unihash \- simple and efficient universal hashing for hashtables .BI "void unihash_setkey(unihash_info *" i ", uint32 " k ); .BI "uint32 UNIHASH_INIT(const unihash_info *" i ); -.BI "void unihash_hash(const unihash_info *" st ", uint32 " a , -.BI " const void *" p ", size_t " sz ); +.BI "uint32 unihash_hash(const unihash_info *" i ", uint32 " a , +.BI " const void *" p ", size_t " sz ); .BI "uint32 unihash(const unihash_info *" i ", const void *" p ", size_t " sz ); .BI "uint32 UNIHASH(const unihash_info *" i ", const void *" p ", size_t " sz ); .fi @@ -97,7 +97,7 @@ takes as input: .BI "const unihash_info *" i A pointer to the precomputed tables for a key. .TP -.BI "uint32 " a +.BI "uint32 " a An accumulator value. This should be .BI UNIHASH_INIT( i ) for the first chunk of a multi-chunk input, or the result of the