X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fhashkit_fnv1_64.3;h=29e21b053e49299cffb16c62a6f56d464b57c97b;hb=03fa930d5d4adbe7611ceccd3c8d012b524a36ea;hp=a9ece2d9450b13e438d0a119962a7889056c0ffc;hpb=281c398ba3a10af677494c4453cd09d85ca921e0;p=awesomized%2Flibmemcached diff --git a/docs/man/hashkit_fnv1_64.3 b/docs/man/hashkit_fnv1_64.3 index a9ece2d9..29e21b05 100644 --- a/docs/man/hashkit_fnv1_64.3 +++ b/docs/man/hashkit_fnv1_64.3 @@ -1,4 +1,4 @@ -.TH "HASHKIT_FNV1_64" "3" "April 08, 2011" "0.47" "libmemcached" +.TH "HASHKIT_FNV1_64" "3" "August 02, 2012" "1.0.10" "libmemcached" .SH NAME hashkit_fnv1_64 \- libhashkit Documentation . @@ -32,34 +32,58 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] . .sp Various hash functions to use for calculating values for keys -.SH LIBRARY -.sp -C Library for hashing algorithms (libmemcached, \-lhashkit) .SH SYNOPSIS .sp -.nf -.ft C -#include - -uint32_t hashkit_default(const char *key, size_t key_length); -uint32_t hashkit_fnv1_64(const char *key, size_t key_length); -uint32_t hashkit_fnv1a_64(const char *key, size_t key_length); -uint32_t hashkit_fnv1_32(const char *key, size_t key_length); -uint32_t hashkit_fnv1a_32(const char *key, size_t key_length); -uint32_t hashkit_crc32(const char *key, size_t key_length); -uint32_t hashkit_hsieh(const char *key, size_t key_length); -uint32_t hashkit_murmur(const char *key, size_t key_length); -uint32_t hashkit_jenkins(const char *key, size_t key_length); -uint32_t hashkit_md5(const char *key, size_t key_length); -.ft P -.fi +#include +.INDENT 0.0 +.TP +.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\fI\ *key\fP, size_t\fI\ key_length\fP) +.UNINDENT +.INDENT 0.0 +.TP +.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\fI\ *key\fP, size_t\fI\ key_length\fP) +.UNINDENT +.INDENT 0.0 +.TP +.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\fI\ *key\fP, size_t\fI\ key_length\fP) +.UNINDENT +.INDENT 0.0 +.TP +.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\fI\ *key\fP, size_t\fI\ key_length\fP) +.UNINDENT +.INDENT 0.0 +.TP +.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\fI\ *key\fP, size_t\fI\ key_length\fP) +.UNINDENT +.sp +Compile and link with \-lhashkit .SH DESCRIPTION .sp 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 @@ -67,15 +91,14 @@ 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_value(3) hashkit_set_hash_fn(3) -hashkit_set_continuum_hash_fn(3) +\fIhashkit_create(3)\fP \fIhashkit_value(3)\fP \fIhashkit_set_hash_fn(3)\fP \fIhashkit_set_continuum_hash_fn(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT -2011, Brian Aker +2011, Brian Aker DataDifferential, http://datadifferential.com/ .\" Generated by docutils manpage writer. .\" .