docs: ws
[m6w6/libmemcached] / docs / source / bin / memcat.rst
index b8612a92e1a1bc8ffbe47da4ebc00da9e61f168d..c3a6b65e16a596c65ff7763d6a836d1c713cd26b 100644 (file)
@@ -2,9 +2,6 @@
 memcat - "cat" data from a server
 =================================
 
-
-
---------
 SYNOPSIS
 --------
 
@@ -12,29 +9,22 @@ memcat [options] key
 
 Copy a set of keys to stdout
 
-
 .. program:: memcat
 
-
------------
 DESCRIPTION
 -----------
 
-
 :program:`memcat` outputs to stdout the value a single or multiple set of keys
 stored in a memcached(1) server. If any key is not found an error is returned.
 
 It is similar to the standard UNIX cat(1) utility.
 
-
--------
 OPTIONS
 -------
 
-
 You can specify servers via the option:
 
-.. cmdoption:: --servers
+.. option:: --servers
 
 or via the environment variable:
 
@@ -42,32 +32,12 @@ or via the environment variable:
 
 For a full list of operations run the tool with the option:
 
-.. cmdoption:: --help
-
+.. option:: --help
 
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
-------
-AUTHOR
-------
-
-
-Brian Aker, <brian@tangent.org>
-
-Mark Atwood <mark@fallenpegasus.com>
-
-
---------
 SEE ALSO
 --------
 
+.. only:: man
 
-:manpage:`memcached(1)` :manpage:`libmemcached(3)`
+  :manpage:`memcached(1)` :manpage:`libmemcached(3)`