X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_value.3;h=a38cadf04f690163cb666e4f0cbbd0743efde82b;hb=a6c3e3a3d04f379b1480c8c88a8eae17e54b1449;hp=05d97b9d5e6906d925c85f9d800892e4410fdbf7;hpb=e668c212d13197abf5d8e2ddc7916057c94325b6;p=awesomized%2Flibmemcached diff --git a/docs/man/hashkit_value.3 b/docs/man/hashkit_value.3 index 05d97b9d..a38cadf0 100644 --- a/docs/man/hashkit_value.3 +++ b/docs/man/hashkit_value.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_VALUE" "3" "April 08, 2011" "0.47" "libmemcached" +.TH "HASHKIT_VALUE" "3" "May 23, 2011" "0.47" "libmemcached" .SH NAME hashkit_value \- libhashkit Documentation . @@ -32,20 +32,15 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] . .sp Generate a value for the given key -.SH LIBRARY -.sp -C Library for hashing algorithms (libmemcached, \-lhashkit) .SH SYNOPSIS .sp -.nf -.ft C -#include - -uint32_t hashkit_value(hashkit_st *hash, - const char *key, - size_t key_length); -.ft P -.fi +#include +.INDENT 0.0 +.TP +.B uint32_t hashkit_value(hashkit_st *hash, const char *key, size_t key_length); +.UNINDENT +.sp +Compile and link with \-lhashkit .SH DESCRIPTION .sp The hashkit_value() function generates a 32\-bit hash value from the @@ -58,7 +53,7 @@ A 32\-bit hash value. .SH HOME .sp To find out more information please check: -\fI\%https://launchpad.net/libmemcached\fP +\fI\%http://libmemcached.org/\fP .SH SEE ALSO .sp hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)