X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_hsieh.3;h=a5bb5e6da67a999bb3a956000e9d410f7b042537;hb=c47f06ddcf0d108912b7e242f7b4151fdede2e0a;hp=c7a7baef0a30c2bd11ecfb43aafb66416e93ac8a;hpb=1c4810dbaee4d95078b4b49b9e01971cd14a48e7;p=m6w6%2Flibmemcached diff --git a/docs/man/hashkit_hsieh.3 b/docs/man/hashkit_hsieh.3 index c7a7baef..a5bb5e6d 100644 --- a/docs/man/hashkit_hsieh.3 +++ b/docs/man/hashkit_hsieh.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_HSIEH" "3" "September 26, 2011" "0.53" "libmemcached" +.TH "HASHKIT_HSIEH" "3" "March 23, 2012" "1.0.5" "libmemcached" .SH NAME hashkit_hsieh \- libhashkit Documentation . @@ -37,43 +37,43 @@ Various hash functions to use for calculating values for keys #include .INDENT 0.0 .TP -.B uint32_t hashkit_default(const char *key, size_t key_length); +.B uint32_t hashkit_default(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_fnv1_64(const char *key, size_t key_length); +.B uint32_t hashkit_fnv1_64(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_fnv1a_64(const char *key, size_t key_length); +.B uint32_t hashkit_fnv1a_64(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_fnv1_32(const char *key, size_t key_length); +.B uint32_t hashkit_fnv1_32(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_fnv1a_32(const char *key, size_t key_length); +.B uint32_t hashkit_fnv1a_32(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_crc32(const char *key, size_t key_length); +.B uint32_t hashkit_crc32(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_hsieh(const char *key, size_t key_length); +.B uint32_t hashkit_hsieh(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_murmur(const char *key, size_t key_length); +.B uint32_t hashkit_murmur(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_jenkins(const char *key, size_t key_length); +.B uint32_t hashkit_jenkins(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .INDENT 0.0 .TP -.B uint32_t hashkit_md5(const char *key, size_t key_length); +.B uint32_t hashkit_md5(const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .sp Compile and link with \-lhashkit @@ -83,7 +83,7 @@ These functions generate hash values from a key using a variety of algorithms. These functions can be used standalone, or as arguments to hashkit_set_hash_fn(3) or hashkit_set_continuum_hash_fn(3). .sp -The hashkit_hsieh() is only available if the library is built with +The hashkit_hsieh is only available if the library is built with the appropriate flag enabled. .SH RETURN VALUE .sp