docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_result_st.rst
index 76c80d02407e1a2ed992f301f639812b6618bc29..fcc00abea293db54eb91ff3f94762959f06793f8 100644 (file)
@@ -1,8 +1,6 @@
-========================
 Working with result sets
 ========================
 
---------
 SYNOPSIS
 --------
 
@@ -36,7 +34,6 @@ SYNOPSIS
 
 Compile and link with -lmemcachedutil -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -95,15 +92,13 @@ 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
-------
+RETURN VALUE
+------------
 
 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
 --------