X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_flush.rst;h=071a989ff1fe2608b50ddbdafb0179ac9d67f738;hb=43032f572a83233b5183ed6989921efe930aa719;hp=451e8e9fe79ddbe6cd2b05b0911e079934c9a0fa;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_flush.rst b/docs/source/libmemcached/memcached_flush.rst index 451e8e9f..071a989f 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 ----------- @@ -34,7 +31,6 @@ 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 --------