X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibmemcached%2Fmemcached_flush.rst;h=52addbb3ba27ee158b58fed93e52f0681290b458;hb=e20117720ca0fa133781b62c43aab59fe864b390;hp=451e8e9fe79ddbe6cd2b05b0911e079934c9a0fa;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_flush.rst b/docs/source/libmemcached/memcached_flush.rst index 451e8e9f..52addbb3 100644 --- a/docs/source/libmemcached/memcached_flush.rst +++ b/docs/source/libmemcached/memcached_flush.rst @@ -1,4 +1,3 @@ -===================================== Wiping clean the contents of a server ===================================== @@ -6,7 +5,6 @@ Wiping clean the contents of a server Wipe contents of memcached servers --------- SYNOPSIS -------- @@ -16,7 +14,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ 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. -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. --------- SEE ALSO --------