docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_create.rst
index 226b658e87dbc8f38915f81b02a6e371e1c4251c..1189fdf07577d2eca6578e99038fdfabd7f41e56 100644 (file)
@@ -1,8 +1,6 @@
-======================================
 Creating and destroying a memcached_st
 ======================================
 
---------
 SYNOPSIS
 --------
 
@@ -20,7 +18,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -52,8 +49,6 @@ You may wish to avoid using memcached_create(3) or memcached_clone(3) with a
 stack based allocation. The most common issues related to ABI safety involve
 heap allocated structures.
 
-
-------
 RETURN
 ------
 
@@ -63,7 +58,6 @@ that was created (or initialized). On an allocation failure, it returns NULL.
 :func:`memcached_clone` returns a pointer to the :type:`memcached_st`
 that was created (or initialized). On an allocation failure, it returns NULL.
 
---------
 SEE ALSO
 --------