docs: bin/
[awesomized/libmemcached] / docs / source / libmemcached / memcached_sasl.rst
index 26b003877e4ab162800b1944c63238e2aa8f3a25..e87451ae5ef4a8933be28419d00972a7aa2ab0c2 100644 (file)
@@ -1,10 +1,8 @@
-============
 SASL support
 ============
 
 .. index:: object: memcached_st
 
---------
 SYNOPSIS
 --------
 
@@ -20,7 +18,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -38,15 +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
 --------