Ubuntu complaint.
[m6w6/libmemcached] / docs / memrm.rst
index 1b2c5314aad8bcd2f3a1382c101d18b40f9a4949..7b34b029a4a71ed18178f406efc8bc2941f35ef8 100644 (file)
@@ -1,48 +1,60 @@
-=====
-memrm
-=====
+=================================
+memrm - Remove data from a server
+=================================
 
 
 memrm - Remove a key(s) from a collection of memcached servers
 
 
-********
+--------
 SYNOPSIS
-********
+--------
 
+:program: `memrm`
 
+.. program:: memrm
 
-.. code-block:: perl
 
-   memrm [options] key key ...
+-----------
+DESCRIPTION
+-----------
 
 
+:program:`memrm`  removes items, specified by key, from memcached(1) servers.
 
-***********
-DESCRIPTION
-***********
 
+-------
+OPTIONS
+-------
+
+
+You can specify servers via the option:
+
+.. option:: --servers
+
+or via the environment variable:
+
+.. envvar:: `MEMCACHED_SERVERS`
+
+For a full list of operations run the tool with the
 
-\ **memrm**\  removes items, specified by key, from memcached(1) servers.
+.. option:: --help
 
-You can specify servers via the \ **--servers**\  option or via the
-environment variable \ ``MEMCACHED_SERVERS``\ .
 
-For a full list of operations run the tool with the \ **--help**\  option.
 
 
-****
+----
 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>
@@ -50,10 +62,10 @@ Brian Aker, <brian@tangent.org>
 Mark Atwood, <mark@fallenpegasus.com>
 
 
-********
+--------
 SEE ALSO
-********
+--------
 
 
-memcached(1) libmemcached(3)
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`