docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_result_st.rst
index 76c80d02407e1a2ed992f301f639812b6618bc29..67fd304fcbf0710f23da9e953098acafaa38aef4 100644 (file)
@@ -1,8 +1,6 @@
-========================
 Working with result sets
 ========================
 
---------
 SYNOPSIS
 --------
 
@@ -36,7 +34,6 @@ SYNOPSIS
 
 Compile and link with -lmemcachedutil -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -95,7 +92,6 @@ You may wish to avoid using memcached_result_create(3) with a
 stack based allocation. The most common issues related to ABI safety involve
 heap allocated structures.
 
-------
 RETURN
 ------
 
@@ -103,7 +99,6 @@ Varies, see particular functions. All structures must have
 :func:`memcached_result_free` called on them for cleanup purposes. Failure 
 to do this will result in leaked memory.
 
---------
 SEE ALSO
 --------