X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fhashkit_functions.rst;h=23049e0853fb9a5cb3a95555f1791bd39f646171;hb=9cc3e725100e171481d7d694ab07f4e6b4288824;hp=12a1048eaac0c5cbaf09a675c6d1b34f26d786d7;hpb=bf12e933c3c73aa04d8de2221144cc73cc9ef3b8;p=awesomized%2Flibmemcached diff --git a/docs/hashkit_functions.rst b/docs/hashkit_functions.rst index 12a1048e..23049e08 100644 --- a/docs/hashkit_functions.rst +++ b/docs/hashkit_functions.rst @@ -11,7 +11,7 @@ LIBRARY ------- -C Library for hashing algorithms (libhashkit, -lhashkit) +C Library for hashing algorithms (libmemcached, -lhashkit) -------- @@ -22,7 +22,7 @@ SYNOPSIS .. code-block:: perl - #include + #include uint32_t hashkit_default(const char *key, size_t key_length); uint32_t hashkit_fnv1_64(const char *key, size_t key_length); @@ -64,7 +64,7 @@ HOME To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ --------