X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_value.3;h=40bf32c2a057616382c0ddc3ddbc30649e97e53d;hb=5abb93aa2fc9d32eda20c84cc9c04056789c056e;hp=9f7aa59ac09f77378d23fbb2f5631847d7966128;hpb=331dfbb4650c36cda0a773876251e3eba0766175;p=m6w6%2Flibmemcached diff --git a/docs/man/hashkit_value.3 b/docs/man/hashkit_value.3 index 9f7aa59a..40bf32c2 100644 --- a/docs/man/hashkit_value.3 +++ b/docs/man/hashkit_value.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_VALUE" "3" "October 26, 2011" "1.0.2" "libmemcached" +.TH "HASHKIT_VALUE" "3" "April 27, 2012" "1.0.6" "libmemcached" .SH NAME hashkit_value \- libhashkit Documentation . @@ -37,13 +37,13 @@ Generate a value for the given key #include .INDENT 0.0 .TP -.B uint32_t hashkit_value(hashkit_st *hash, const char *key, size_t key_length); +.B uint32_t hashkit_value(hashkit_st\fI\ *hash\fP, const char\fI\ *key\fP, size_t\fI\ key_length\fP) .UNINDENT .sp Compile and link with \-lhashkit .SH DESCRIPTION .sp -The \fBhashkit_value()\fP function generates a 32\-bit hash value from the +The \fI\%hashkit_value()\fP function generates a 32\-bit hash value from the given key and key_length. The hash argument is an initialized hashkit object, and distribution type and hash function is used from this object while generating the value.