Commit update for release.
[m6w6/libmemcached] / docs / memcat.rst
index 35d68340987d52c04ebd14fbb47c00e64de95063..5c10220750f3e4d608fb6b7b33dcf6132a1bdd77 100644 (file)
@@ -1,53 +1,62 @@
-.. highlight:: perl
-
-
-memcat
-******
+=================================
+memcat - "cat" data from a server
+=================================
 
 
 Copy a set of keys to stdout
 
 
-********
+--------
 SYNOPSIS
-********
-
+--------
 
 
-.. code-block:: perl
+:program:`memcat`
 
-   memcat [options] key key ...
+.. program:: memcat
 
 
-
-***********
+-----------
 DESCRIPTION
-***********
+-----------
 
 
-\ **memcat**\  outputs to stdout the value a single or multiple set of keys
+: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.
 
-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.
+-------
+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 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,10 +64,10 @@ Brian Aker, <brian@tangent.org>
 Mark Atwood <mark@fallenpegasus.com>
 
 
-********
+--------
 SEE ALSO
-********
+--------
 
 
-memcached(1) libmemcached(3)
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`