docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_flush_buffers.rst
index d54da98a5d628d0b1129f460a13718a3935dc84d..45f9a9a729ab785e730669fc62b0e28a11dbf5f2 100644 (file)
@@ -1,4 +1,3 @@
-=======================
 Flushing client buffers
 =======================
 
@@ -6,7 +5,6 @@ Flushing client buffers
 
 Flush and send buffered commands
 
---------
 SYNOPSIS
 --------
 
@@ -16,14 +14,12 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
 :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
 ------
 
@@ -32,7 +28,6 @@ On success that value will be `MEMCACHED_SUCCESS`.
 Use :func:`memcached_strerror` to translate this value to a printable 
 string.
 
---------
 SEE ALSO
 --------