docs: sanitize
[m6w6/libmemcached] / docs / source / libmemcached / memcached_sasl.rst
index 6b1a0121d87d4ac15c3dd0422bdf882cba0aa511..3be3f2b6f6b9b3413d1c820598a883c256a40eca 100644 (file)
@@ -1,11 +1,8 @@
-============
 SASL support
 ============
 
 .. index:: object: memcached_st
 
 SASL support
 ============
 
 .. index:: object: memcached_st
 
-
---------
 SYNOPSIS
 --------
 
 SYNOPSIS
 --------
 
@@ -21,13 +18,9 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
 
 Compile and link with -lmemcached
 
-
-
------------
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
 
-
 libmemcached(3) allows you to plug in your own callbacks function used by
 libsasl to perform SASL authentication.
 
 libmemcached(3) allows you to plug in your own callbacks function used by
 libsasl to perform SASL authentication.
 
@@ -42,19 +35,13 @@ in memory. If you choose to use this method you have to call
 :type:`memcached_destroy_sasl_auth_data` if you specify your own callback 
 function with :func:`memcached_set_sasl_callbacks`.
 
 :type:`memcached_destroy_sasl_auth_data` if you specify your own callback 
 function with :func:`memcached_set_sasl_callbacks`.
 
-
-------
 RETURN
 ------
 
 RETURN
 ------
 
-
 :func:`memcached_get_sasl_callbacks` returns the callbacks currently used by
 this memcached handle. :func:`memcached_set_sasl_auth_data` returns
 `MEMCACHED_SUCCESS` upon success.
 
 :func:`memcached_get_sasl_callbacks` returns the callbacks currently used by
 this memcached handle. :func:`memcached_set_sasl_auth_data` returns
 `MEMCACHED_SUCCESS` upon success.
 
-
-
---------
 SEE ALSO
 --------
 
 SEE ALSO
 --------