Commit update for release.
[m6w6/libmemcached] / docs / memcat.rst
index d25359450564a3758e74fafa8115cb272e82ae06..5c10220750f3e4d608fb6b7b33dcf6132a1bdd77 100644 (file)
@@ -11,11 +11,9 @@ SYNOPSIS
 --------
 
 
+:program:`memcat`
 
-.. code-block:: perl
-
-   memcat [options] key key ...
-
+.. program:: memcat
 
 
 -----------
@@ -23,15 +21,28 @@ 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
 
 
 ----
@@ -40,7 +51,7 @@ HOME
 
 
 To find out more information please check:
-`https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_
 
 
 ------
@@ -58,5 +69,5 @@ SEE ALSO
 --------
 
 
-memcached(1) libmemcached(3)
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`