X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_functions.3;h=496614fc8f60898a7b4bc0dbfa3556837a1e857e;hb=bce9a74e8addd1085b2e751508bf9ab0c2e84e45;hp=7734a6d98c32e74ba26895d2a6938edbab4953b3;hpb=f02c19ff29b536ff136568995e4c06789af35258;p=m6w6%2Flibmemcached diff --git a/docs/man/hashkit_functions.3 b/docs/man/hashkit_functions.3 index 7734a6d9..496614fc 100644 --- a/docs/man/hashkit_functions.3 +++ b/docs/man/hashkit_functions.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_FUNCTIONS" "3" "January 26, 2012" "1.0.4" "libmemcached" +.TH "HASHKIT_FUNCTIONS" "3" "May 03, 2012" "1.0.7" "libmemcached" .SH NAME hashkit_functions \- 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