docs: ws
[m6w6/libmemcached] / docs / source / libmemcached / memcached_flush_buffers.rst
index d94fa65d4feb09e49b23acb3e613c68284d4a5f1..d54da98a5d628d0b1129f460a13718a3935dc84d 100644 (file)
@@ -2,7 +2,6 @@
 Flushing client buffers
 =======================
 
-
 .. index:: object: memcached_st
 
 Flush and send buffered commands
@@ -12,34 +11,27 @@ 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
 --------