Merge in documentation updates.
[m6w6/libmemcached] / docs / man / hashkit_murmur.3
index b345ebf670079d79f4a3ac2b4d563d95ae6b163e..821989279f072e0ff1e7ddc6431f8789eb300851 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)