X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_value.3;h=c9c6576619370d8e5b55be3e90ed70c2c595a229;hb=5d66b2f99bf7de6f54a3e463b01542b997f68ac8;hp=a514ef1868ff0a67233ad53cf69d52e0b25643ab;hpb=4f8d9f9e166ad37c70bf3bc367c2180f5e642bc2;p=awesomized%2Flibmemcached diff --git a/docs/man/hashkit_value.3 b/docs/man/hashkit_value.3 index a514ef18..c9c65766 100644 --- a/docs/man/hashkit_value.3 +++ b/docs/man/hashkit_value.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_VALUE" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "HASHKIT_VALUE" "3" "July 21, 2011" "0.51" "libmemcached" .SH NAME hashkit_value \- libhashkit Documentation . @@ -43,7 +43,7 @@ Generate a value for the given key Compile and link with \-lhashkit .SH DESCRIPTION .sp -The hashkit_value() function generates a 32\-bit hash value from the +The \fBhashkit_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. @@ -56,7 +56,7 @@ To find out more information please check: \fI\%http://libmemcached.org/\fP .SH SEE ALSO .sp -hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3) +\fIhashkit_create(3)\fP \fIhashkit_set_distribution(3)\fP \fIhashkit_set_hash_fn(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT