Merge in more documentation.
[awesomized/libmemcached] / docs / memcached_flush.rst
index 3852366eb652dc433cd8996f2cd41e0f477c2597..a18866609054b47085e7d42897d31d59628be842 100644 (file)
@@ -6,28 +6,16 @@ Wiping clean the contents of a server
 Wipe contents of memcached servers
 
 
--------
-LIBRARY
--------
-
-
-C Client Library for memcached (libmemcached, -lmemcached)
-
-
 --------
 SYNOPSIS
 --------
 
 
-
-.. code-block:: perl
-
-   #include <libmemcached/memcached.h>
+#include <libmemcached/memcached.h>
  
-   memcached_return_t
-     memcached_flush (memcached_st *ptr,
-                      time_t expiration);
+.. c:function:: memcached_return_t memcached_flush (memcached_st *ptr, time_t expiration);
 
+Compile and link with -lmemcached
 
 
 -----------