docs: bin/
[awesomized/libmemcached] / docs / source / libmemcached / memcached_sasl.rst
index 6b1a0121d87d4ac15c3dd0422bdf882cba0aa511..e87451ae5ef4a8933be28419d00972a7aa2ab0c2 100644 (file)
@@ -1,11 +1,8 @@
-============
 SASL support
 ============
 
 .. index:: object: memcached_st
 
-
---------
 SYNOPSIS
 --------
 
@@ -21,13 +18,9 @@ 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,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`.
 
-
-------
-RETURN
-------
-
+RETURN VALUE
+------------
 
 :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
 --------