docs: bin/
[m6w6/libmemcached] / docs / source / libmemcached / memcached_set_encoding_key.rst
index 467eb6693232b99145022e677efdd44360f83d6f..38ddba092ad11896eb94d8f15d8b6c0512c02a81 100644 (file)
@@ -1,10 +1,8 @@
-==================
 Set encryption key
 ==================
 
 .. index:: object: memcached_st
 
---------
 SYNOPSIS
 --------
 
@@ -14,7 +12,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -22,14 +19,13 @@ DESCRIPTION
 
 Currently only AES is is supported.
 
-RETURN
-------
+RETURN VALUE
+------------
 
 A value of type :type:`memcached_return_t` is returned On success that value
 will be `MEMCACHED_SUCCESS`.  Use :func:`memcached_strerror` to
 translate this value to a printable string.
 
---------
 SEE ALSO
 --------