X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_crc32.3;h=9e8092d42e26dea11afb8a02991e1adacb2c1ce2;hb=133c8ed7290daf0143bb14fba174be39996646a6;hp=4dfc94841591f73feee91ee2803c6ae5cb7caa00;hpb=994f46883f309acc0b94b687565fd5a607a4ab34;p=m6w6%2Flibmemcached diff --git a/docs/man/hashkit_crc32.3 b/docs/man/hashkit_crc32.3 index 4dfc9484..9e8092d4 100644 --- a/docs/man/hashkit_crc32.3 +++ b/docs/man/hashkit_crc32.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_CRC32" "3" "January 26, 2012" "1.0.4" "libmemcached" +.TH "HASHKIT_CRC32" "3" "July 05, 2012" "1.0.9" "libmemcached" .SH NAME hashkit_crc32 \- 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