X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_hsieh.3;h=fc354cc9af85eb58d7c19946a712422ae16eb1e9;hb=5abb93aa2fc9d32eda20c84cc9c04056789c056e;hp=3d20f1d1b8c81c0a3ade8ff979e8a52324c564b1;hpb=fa3e28807d8206f09c971d9da46effb96b77c419;p=m6w6%2Flibmemcached diff --git a/docs/man/hashkit_hsieh.3 b/docs/man/hashkit_hsieh.3 index 3d20f1d1..fc354cc9 100644 --- a/docs/man/hashkit_hsieh.3 +++ b/docs/man/hashkit_hsieh.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_HSIEH" "3" "January 26, 2012" "1.0.3" "libmemcached" +.TH "HASHKIT_HSIEH" "3" "April 27, 2012" "1.0.6" "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