Update all docs!
[m6w6/libmemcached] / docs / memcached_dump.rst
index 4e33d17ab698a69e3cf25e6596991bb715ec8a76..2e119684cd106242e582f3f89b0eaa3e34e333ef 100644 (file)
@@ -1,16 +1,14 @@
-.. highlight:: perl
-
-
-memcached_dump
---------------
+==========================
+Dumping data from a server
+==========================
 
 
 Get a list of keys found on memcached servers
 
 
-*******
+-------
 LIBRARY
-*******
+-------
 
 
 C Client Library for memcached (libmemcached, -lmemcached)
@@ -52,9 +50,9 @@ of callbacks that it will use to execute on keys as they are found.
 Currently the binar protocol is not testsed.
 
 
-******
+------
 RETURN
-******
+------
 
 
 A value of type \ ``memcached_return_t``\  is returned
@@ -62,18 +60,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>