More documentation fixing.
[awesomized/libmemcached] / docs / memcached_stats.rst
index f1f89701588e46fea16206276e8ee9b6e01b3e27..5fa154428ea0a2a46fc8cd1e1578f50cb3129904 100644 (file)
@@ -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 <memcached.h>
+   #include <libmemcached/memcached.h>
  
    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, <brian@tangent.org>
 
 
-********
+--------
 SEE ALSO
-********
+--------
 
 
 memcached(1) libmemcached(3) memcached_strerror(3)