X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_value.3;h=98f4fc7383e90b7eb7b1e02c2c411c51f092276a;hb=5aa178162af4134264e1c1e794e8b196bdd0d802;hp=4f6ddda2e7114b35388ef2081bc296eaf388a33e;hpb=7381d22f76e658496685bf3e9ea17c49203a04c5;p=m6w6%2Flibmemcached diff --git a/docs/man/hashkit_value.3 b/docs/man/hashkit_value.3 index 4f6ddda2..98f4fc73 100644 --- a/docs/man/hashkit_value.3 +++ b/docs/man/hashkit_value.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_VALUE" "3" "October 18, 2011" "1.01" "libmemcached" +.TH "HASHKIT_VALUE" "3" "April 28, 2012" "1.0.7" "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.