docs: bin/
[m6w6/libmemcached] / docs / source / libmemcached / memcached_generate_hash_value.rst
index 9d8e00b311e18392fd14772d8cdf894cf8ecca16..2c72cbbce02b4bc90cf762cf15b4d2386e364bb2 100644 (file)
@@ -1,4 +1,3 @@
-===============================
 Generating hash values directly
 ===============================
 
@@ -41,7 +40,6 @@ SYNOPSIS
 
 Compile and link with -lmemcachedutil -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -60,15 +58,13 @@ defaults of :type:`memcached_st`.
 As of version 0.36 all hash methods have been placed into the library
 libhashkit(3) which is linked with libmemcached(3). For more information please see its documentation.
 
-------
-RETURN
-------
+RETURN VALUE
+------------
 
 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.
 
---------
 SEE ALSO
 --------