KBDocs3
[awesomized/libmemcached] / docs / memcat.rst
index 8fa8268a4d9bb9d5b5dd407695f3b530e01d513d..5c10220750f3e4d608fb6b7b33dcf6132a1bdd77 100644 (file)
@@ -15,23 +15,34 @@ SYNOPSIS
 
 .. program:: memcat
 
-.. option:: --help
-
 
 -----------
 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
 
 
 ----
@@ -58,5 +69,5 @@ SEE ALSO
 --------
 
 
-memcached(1) libmemcached(3)
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`