docs: libhashkit
[m6w6/libmemcached] / docs / source / libmemcached / memcached_stats.rst
index 8df17de0d51626a160bdfc556e38d87d65f1c414..496b06b6d3823835fcf5c2ced86f9ca81c6b51d6 100644 (file)
@@ -1,14 +1,10 @@
-==================================================
 Working with statistical information from a server
 ==================================================
 
-
 Get memcached statistics
 
 .. index:: object: memcached_st
 
-
---------
 SYNOPSIS
 --------
 
@@ -30,11 +26,9 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
-
 libmemcached(3) has the ability to query a memcached server (or collection
 of servers) for their current state. Queries to find state return a
 :type:`memcached_stat_st` structure. You are responsible for freeing this structure. While it is possible to access the structure directly it is not advisable. :func:`memcached_stat_get_value` has been provided to query the structure.
@@ -55,20 +49,14 @@ obtain information on.
 A command line tool, memstat(1), is provided so that you do not have to write
 an application to do this.
 
-
-------
-RETURN
-------
-
+RETURN VALUE
+------------
 
 Varies, see particular functions.
 
 Any method returning a :type:`memcached_stat_st` expects you to free the
 memory allocated for it.
 
-
-
---------
 SEE ALSO
 --------