X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_analyze.rst;h=9cfda0d5c67cecb20cbd533e59d346cc5c28cfeb;hb=43032f572a83233b5183ed6989921efe930aa719;hp=9caeafa4090e722d9b5d7a266be9bb3454aced03;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_analyze.rst b/docs/source/libmemcached/memcached_analyze.rst index 9caeafa4..9cfda0d5 100644 --- a/docs/source/libmemcached/memcached_analyze.rst +++ b/docs/source/libmemcached/memcached_analyze.rst @@ -1,10 +1,8 @@ -================= Analyzing servers ================= Analyze server information --------- SYNOPSIS -------- @@ -19,7 +17,6 @@ SYNOPSIS .. function:: memcached_analysis_st *memcached_analyze(memcached_st *ptr, memcached_stat_st *stat, memcached_return_t *error) ------------ DESCRIPTION ----------- @@ -34,7 +31,6 @@ structure. The return value must be freed by the calling application. A command line tool, :program:`memstat` with the option :option:`memstat --analyze`, is provided so that you do not have to write an application to use this method. ------- RETURN ------ @@ -45,7 +41,6 @@ checking the :type:`memcached_return_t` value. Any method returning a :type:`memcached_analysis_st` expects you to free the memory allocated for it. --------- SEE ALSO --------