docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_flush_buffers.rst
index d94fa65d4feb09e49b23acb3e613c68284d4a5f1..45f9a9a729ab785e730669fc62b0e28a11dbf5f2 100644 (file)
@@ -1,46 +1,33 @@
-=======================
 Flushing client buffers
 =======================
 
-
 .. index:: object: memcached_st
 
 Flush and send buffered commands
 
---------
 SYNOPSIS
 --------
 
 #include <libmemcached/memcached.h>
+
 .. function:: memcached_return_t memcached_flush_buffers (memcached_st *ptr)
 
 Compile and link with -lmemcached
 
-
------------
 DESCRIPTION
 -----------
 
-
-:func:`memcached_flush_buffers` is used in conjunction with 
+:func:`memcached_flush_buffers` is used in conjunction with
 `MEMCACHED_BEHAVIOR_BUFFER_REQUESTS` (see memcached_behavior(3)) to flush all buffers by sending the buffered commands to the server for processing.
 
-
-------
 RETURN
 ------
 
-
 A value of type :type:`memcached_return_t` is returned
 On success that value will be `MEMCACHED_SUCCESS`.
 Use :func:`memcached_strerror` to translate this value to a printable 
 string.
 
-
-
-
---------
 SEE ALSO
 --------