update changelog
[awesomized/libmemcached] / docs / source / bin / memexist.rst
index 22c3a4d8276be9f11092c42935a5867236e19792..1859c83880b8ee73308e270a0485e62274095ec2 100644 (file)
@@ -1,64 +1,44 @@
-===========================================
-memexist - Check for the existance of a key
-===========================================
+memexist
+========
 
-
---------
 SYNOPSIS
 --------
 
-memexist [options] [key]
-
 .. program:: memexist
 
+memexist [options] <key>
+
+Check for the existence of a key.
 
------------
 DESCRIPTION
 -----------
 
-:program:`memexist` checks for the existance of a key within a cluster.
-
+:program:`memexist` checks for the existence of a key within a cluster.
 
--------
 OPTIONS
 -------
 
+.. include:: options/all.rst
+.. include:: options/common.rst
+.. include:: options/hash.rst
+.. include:: options/sasl.rst
 
-You can specify servers via the option:
-
-.. option:: --servers
-
-or via the environment variable:
-
-.. envvar:: `MEMCACHED_SERVERS`
-
-If you do not specify either these, the final value in the command line list is the name of a server(s).
-
-For a full list of operations run the tool with the option:
-
-.. option:: --help
-
-
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
-------
-AUTHOR
-------
+ENVIRONMENT
+-----------
 
+.. envvar:: MEMCACHED_SERVERS
 
-Brian Aker, <brian@tangent.org>
+    Specify the list of servers.
 
---------
 SEE ALSO
 --------
 
+.. only:: man
+
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
 
-:manpage:`memcached(1)` :manpage:`libmemcached(3)`
+.. only:: html
 
+    * :doc:`/libmemcached`
+    * :doc:`/libmemcached/memcached_exist`