docs: sanitize
[m6w6/libmemcached] / docs / source / libmemcached / memcached_user_data.rst
index 9f62f8903b4d7ff4252a09f2b94007075835d13f..c830a16b84318a004c4ee9f8b5c7118d7ce81d1a 100644 (file)
@@ -6,20 +6,14 @@ Storing custom user information in the client.
 
 Manage user specific data
 
-
--------
 LIBRARY
 -------
 
-
 C Client Library for memcached (libmemcached, -lmemcached)
 
-
---------
 SYNOPSIS
 --------
 
-
 #include <libmemcached/memcached.h>
 
 .. function:: void *memcached_get_user_data (memcached_st *ptr)
@@ -28,13 +22,9 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
-
-
------------
 DESCRIPTION
 -----------
 
-
 libmemcached(3) allows you to store a pointer to a user specific data inside
 the memcached_st structure.
 
@@ -43,19 +33,13 @@ the memcached_st structure.
 
 :func:`memcached_get_user_data` is used to retrieve the user specific data in the :type:`memcached_st` structure.
 
-
-------
 RETURN
 ------
 
-
 :func:`memcached_set_user_data` returns the previous value of the user specific data.
 
 :func:`memcached_get_user_data` returns the current value uf the user specific data.
 
-
-
---------
 SEE ALSO
 --------