Merge in documentation updates.
[m6w6/libmemcached] / docs / memcached_dump.rst
index 1a28091a7e7dd1164ff5376d4f26cf789cd0ae41..4e33d17ab698a69e3cf25e6596991bb715ec8a76 100644 (file)
@@ -2,7 +2,7 @@
 
 
 memcached_dump
-**************
+--------------
 
 
 Get a list of keys found on memcached servers
@@ -16,9 +16,9 @@ LIBRARY
 C Client Library for memcached (libmemcached, -lmemcached)
 
 
-********
+--------
 SYNOPSIS
-********
+--------
 
 
 
@@ -39,9 +39,9 @@ SYNOPSIS
 
 
 
-***********
+-----------
 DESCRIPTION
-***********
+-----------
 
 
 memcached_dump() is used to get a list of keys found  memcached(1) servers.
@@ -49,7 +49,7 @@ Because memcached(1) does not guarentee to dump all keys you can not assume
 you have fetched all keys from the server. The function takes an array
 of callbacks that it will use to execute on keys as they are found.
 
-Currently the binar protocol is not supported.
+Currently the binar protocol is not testsed.
 
 
 ******
@@ -79,9 +79,9 @@ AUTHOR
 Brian Aker, <brian@tangent.org>
 
 
-********
+--------
 SEE ALSO
-********
+--------
 
 
 :manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`