Commit update for release.
[m6w6/libmemcached] / docs / memdump.rst
index 8436470d2231f6e5db4c128cc55dcfd3a46a4e5a..ab7bd02e57c4fb0016ac1c641bd5811be98bc999 100644 (file)
@@ -1,59 +1,58 @@
-.. highlight:: perl
+=============================
+memdump - Dumping your server
+=============================
 
 
-****
-NAME
-****
+Dump a list of keys from a server.
 
 
-memdump - Dump a list of keys from a server.
-
-
-********
+--------
 SYNOPSIS
-********
+--------
 
+:program: `memdump`
 
+.. program:: memdump
 
-.. code-block:: perl
+-----------
+DESCRIPTION
+-----------
 
-   memdump [options]
 
+:program:`memdump`  dumps a list of "keys" from all servers that 
+it is told to fetch from. Because memcached does not guarentee to
+provide all keys it is not possible to get a complete "dump".
 
 
-***********
-DESCRIPTION
-***********
+-------
+OPTIONS
+-------
 
 
-\ **memdump**\  currently dumps a list of "keys" from all servers that 
-it is told to fetch from. Because memcached does not guarentee to
-provide all keys it is not possible to get a complete "dump".
+For a full list of operations run the tool with option:
 
-For a full list of operations run the tool with the \ **--help**\  option.
+.. option:: --help
 
 
-****
+----
 HOME
-****
+----
 
 
 To find out more information please check:
-`https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_
 
 
-******
+------
 AUTHOR
-******
+------
 
 
 Brian Aker, <brian@tangent.org>
 
 
-********
+--------
 SEE ALSO
-********
-
-
-memcached(1) libmemcached(3)
+--------
 
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`