Merge in documentation updates.
[awesomized/libmemcached] / docs / hashkit_functions.rst
index 12a1048eaac0c5cbaf09a675c6d1b34f26d786d7..542fd95f6021a93a27cbc4e9d5127b95fcaabef9 100644 (file)
@@ -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 <libhashkit/hashkit.h>
+   #include <libmemcached/hashkit.h>
  
    uint32_t hashkit_default(const char *key, size_t key_length);
    uint32_t hashkit_fnv1_64(const char *key, size_t key_length);