Merge in documentation updates.
[m6w6/libmemcached] / docs / man / hashkit_md5.3
index 81704af22079b23e8d67e26ba575414632341f8b..7dae44f2b2d527cf9415d24c7e4a1e52556a022d 100644 (file)
@@ -34,12 +34,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 Various hash functions to use for calculating values for keys
 .SH LIBRARY
 .sp
-C Library for hashing algorithms (libhashkit, \-lhashkit)
+C Library for hashing algorithms (libmemcached, \-lhashkit)
 .SH SYNOPSIS
 .sp
 .nf
 .ft C
-#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);
@@ -68,9 +68,6 @@ A 32\-bit hash value.
 .sp
 To find out more information please check:
 \fI\%https://launchpad.net/libmemcached\fP
-.SH AUTHOR
-.sp
-Brian Aker, <\fI\%brian@tangent.org\fP>
 .SH SEE ALSO
 .sp
 hashkit_create(3) hashkit_value(3) hashkit_set_hash_fn(3)