docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_analyze.rst
index 9caeafa4090e722d9b5d7a266be9bb3454aced03..9cfda0d5c67cecb20cbd533e59d346cc5c28cfeb 100644 (file)
@@ -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
 --------