Update all docs!
[m6w6/libmemcached] / docs / memcached_flush.rst
index 27217b34ee8ddbaefa4866337debbc6d90a50cb6..3852366eb652dc433cd8996f2cd41e0f477c2597 100644 (file)
@@ -1,16 +1,14 @@
-.. highlight:: perl
-
-
-memcached_flush
---------------*
+=====================================
+Wiping clean the contents of a server
+=====================================
 
 
 Wipe contents of memcached servers
 
 
-*******
+-------
 LIBRARY
-*******
+-------
 
 
 C Client Library for memcached (libmemcached, -lmemcached)
@@ -45,9 +43,9 @@ single server. That is, it will flush the servers in the order that they were
 added.
 
 
-******
+------
 RETURN
-******
+------
 
 
 A value of type \ ``memcached_return_t``\  is returned
@@ -55,18 +53,18 @@ On success that value will be \ ``MEMCACHED_SUCCESS``\ .
 Use memcached_strerror() to translate this value to a printable string.
 
 
-****
+----
 HOME
-****
+----
 
 
 To find out more information please check:
 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
 
 
-******
+------
 AUTHOR
-******
+------
 
 
 Brian Aker, <brian@tangent.org>