docs: bin/
[m6w6/libmemcached] / docs / source / libmemcached / memcached_flush.rst
index 451e8e9fe79ddbe6cd2b05b0911e079934c9a0fa..52addbb3ba27ee158b58fed93e52f0681290b458 100644 (file)
@@ -1,4 +1,3 @@
-=====================================
 Wiping clean the contents of a server
 =====================================
 
 Wiping clean the contents of a server
 =====================================
 
@@ -6,7 +5,6 @@ Wiping clean the contents of a server
 
 Wipe contents of memcached servers
 
 
 Wipe contents of memcached servers
 
---------
 SYNOPSIS
 --------
 
 SYNOPSIS
 --------
 
@@ -16,7 +14,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
 
@@ -27,14 +24,13 @@ flush). The operation is not atomic to multiple servers, just atomic to a
 single server. That is, it will flush the servers in the order that they were
 added.
 
 single server. That is, it will flush the servers in the order that they were
 added.
 
-RETURN
-------
+RETURN VALUE
+------------
 
 A value of type :type:`memcached_return_t` is returned
 On success that value will be `MEMCACHED_SUCCESS`.
 Use :type:`memcached_strerror` to translate this value to a printable string.
 
 
 A value of type :type:`memcached_return_t` is returned
 On success that value will be `MEMCACHED_SUCCESS`.
 Use :type:`memcached_strerror` to translate this value to a printable string.
 
---------
 SEE ALSO
 --------
 
 SEE ALSO
 --------