docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_user_data.rst
index 0651224421965a5e699e1d521c77f57f7a9e7d18..c830a16b84318a004c4ee9f8b5c7118d7ce81d1a 100644 (file)
@@ -6,13 +6,11 @@ Storing custom user information in the client.
 
 Manage user specific data
 
--------
 LIBRARY
 -------
 
 C Client Library for memcached (libmemcached, -lmemcached)
 
---------
 SYNOPSIS
 --------
 
@@ -24,7 +22,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -36,7 +33,6 @@ the memcached_st structure.
 
 :func:`memcached_get_user_data` is used to retrieve the user specific data in the :type:`memcached_st` structure.
 
-------
 RETURN
 ------
 
@@ -44,7 +40,6 @@ RETURN
 
 :func:`memcached_get_user_data` returns the current value uf the user specific data.
 
---------
 SEE ALSO
 --------