X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=docs%2Fmemcached_stats.rst;h=5fa154428ea0a2a46fc8cd1e1578f50cb3129904;hb=ef301192f389f5f6ab4f8ed8c204ca7e115fe0b1;hp=f1f89701588e46fea16206276e8ee9b6e01b3e27;hpb=49fc1e5ea4ea006f4a2ac71428833760f6fac030;p=awesomized%2Flibmemcached diff --git a/docs/memcached_stats.rst b/docs/memcached_stats.rst index f1f89701..5fa15442 100644 --- a/docs/memcached_stats.rst +++ b/docs/memcached_stats.rst @@ -1,12 +1,9 @@ -.. highlight:: perl +================================================== +Working with statistical information from a server +================================================== -**** -NAME -**** - - -memcached_stat, memcached_stat_servername, memcached_stat_get_value, memcached_stat_get_keys - Get memcached statistics +Get memcached statistics ******* @@ -17,15 +14,15 @@ LIBRARY C Client Library for memcached (libmemcached, -lmemcached) -******** +-------- SYNOPSIS -******** +-------- .. code-block:: perl - #include + #include memcached_stat_st *memcached_stat (memcached_st *ptr, char *args, @@ -55,9 +52,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- libmemcached(3) has the ability to query a memcached server (or collection @@ -123,9 +120,9 @@ AUTHOR Brian Aker, -******** +-------- SEE ALSO -******** +-------- memcached(1) libmemcached(3) memcached_strerror(3)