docs: ws
[awesomized/libmemcached] / docs / source / libmemcached / memcached_sasl.rst
index 6b1a0121d87d4ac15c3dd0422bdf882cba0aa511..26b003877e4ab162800b1944c63238e2aa8f3a25 100644 (file)
@@ -4,7 +4,6 @@ SASL support
 
 .. index:: object: memcached_st
 
-
 --------
 SYNOPSIS
 --------
@@ -21,13 +20,10 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
-
-
 -----------
 DESCRIPTION
 -----------
 
-
 libmemcached(3) allows you to plug in your own callbacks function used by
 libsasl to perform SASL authentication.
 
@@ -42,18 +38,14 @@ 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`.
 
-
 ------
 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.
 
-
-
 --------
 SEE ALSO
 --------