docs: sanitize
[m6w6/libmemcached] / docs / source / libmemcached / memcached_generate_hash_value.rst
index 9d8e00b311e18392fd14772d8cdf894cf8ecca16..9c84be7e0f4b286f3c7403ca076a6ea0051b1053 100644 (file)
@@ -1,4 +1,3 @@
-===============================
 Generating hash values directly
 ===============================
 
 Generating hash values directly
 ===============================
 
@@ -41,7 +40,6 @@ SYNOPSIS
 
 Compile and link with -lmemcachedutil -lmemcached
 
 
 Compile and link with -lmemcachedutil -lmemcached
 
------------
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
 
@@ -60,7 +58,6 @@ 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.
 
 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
 ------
 
@@ -68,7 +65,6 @@ 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.
 
 For 64-bit hash algorithms, only the least-significant 32 bits are
 returned.
 
---------
 SEE ALSO
 --------
 
 SEE ALSO
 --------