Merge in documentation updates.
[awesomized/libmemcached] / docs / man / memcached_generate_hash_value.3
index 21ce63b43afa64e87ee943c97365112227fd468b..5034b0d8f49f6aa1b10546f3def0c42c555f73f0 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_GENERATE_HASH_VALUE" "3" "April 07, 2011" "0.47" "libmemcached"
+.TH "MEMCACHED_GENERATE_HASH_VALUE" "3" "April 08, 2011" "0.47" "libmemcached"
 .SH NAME
 memcached_generate_hash_value \- libmemcached Documentation
 .
@@ -31,8 +31,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 .\" Man page generated from reStructeredText.
 .
 .sp
+memcached_generate_hash_value
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-**
+.sp
 Hash a key value
-.SH LIBRARY
 .sp
 C Client Library for memcached (libmemcached, \-lmemcached)
 .SH SYNOPSIS
@@ -67,22 +69,19 @@ the hash value that would have been generated based on the defaults
 of the memcached_st structure.
 .sp
 As of version 0.36 all hash methods have been placed into the library
-libhashkit(3) which is linked with libmemcached(3).
-.SH RETURN
+libmemcached(3) which is linked with libmemcached(3).
 .sp
 A 32\-bit integer which is the result of hashing the given key.
 For 64\-bit hash algorithms, only the least\-significant 32 bits are
 returned.
-.SH HOME
 .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
-memcached(1) libmemcached(3) memcached_behavior_set(3) libhashkit(3)
+\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT