Merge in docs.
[m6w6/libmemcached] / docs / memflush.rst
index 8f8b03121ff4552d5dc234784499d3ee5e8749b4..d2cb644fd2b6b85fe125e172f0388851d940e7b7 100644 (file)
@@ -1,6 +1,6 @@
-========
-memflush
-========
+=======================================
+memflush - flush all data from a server
+=======================================
 
 
 Reset a server or list of servers
@@ -10,40 +10,49 @@ Reset a server or list of servers
 SYNOPSIS
 --------
 
+:program: `memflush`
 
+.. program:: memflush
 
-.. code-block:: perl
+-----------
+DESCRIPTION
+-----------
 
-   memflush [options]
 
+:program:`memflush`  resets the contents of memcached(1) servers.
+This means that all data in the specified servers will be deleted.
 
 
------------
-DESCRIPTION
------------
+-------
+OPTIONS
+-------
 
 
-\ **memflush**\  resets the contents of memcached(1) servers.
-This means all data in these servers will be deleted.
+You can specify servers via the option:
 
-You can specify servers via the \ **--servers**\  option or via the
-environment variable \ ``MEMCACHED_SERVERS``\ .
+.. option:: --servers
 
-For a full list of operations run the tool with the \ **--help**\  option.
+or via the environment variable:
 
+.. envvar:: `MEMCACHED_SERVERS`
 
-****
+For a full list of operations run the tool with 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>
@@ -55,6 +64,4 @@ Mark Atwood <mark@fallenpegasus.com>
 SEE ALSO
 --------
 
-
-memcached(1) libmemcached(3)
-
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`