fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
index 3f7cd1c73ab8006be700f8152a7d45d40d25d929..fc5895ff5c69d321ebe4da8b3194a5bae345ed31 100644 (file)
@@ -1,63 +1,41 @@
-=========================
-memtouch - Touches a key.
-=========================
+memtouch
+========
 
-
---------
 SYNOPSIS
 --------
 
-memtouch [options] key
-
 .. program:: memtouch
 
+|client_prefix|\touch [options] <key>
 
------------
 DESCRIPTION
 -----------
 
-
 :program:`memtouch` does a "touch" on the specified key.
 
--------
 OPTIONS
 -------
 
+.. include:: options/common_get.rst
+.. include:: options/hash.rst
+.. include:: options/expire.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).
+.. include:: common/env.rst
 
-For a full list of operations run the tool with the option:
+NOTES
+-----
 
-.. option:: --help
+.. include:: common/note_program_prefix.rst
 
-
-----
-HOME
-----
-
-
-To find out more information please check:
-`http://libmemcached.org/ <http://libmemcached.org/>`_
-
-
-------
-AUTHOR
-------
-
-Brian Aker, <brian@tangent.org>
-
---------
 SEE ALSO
 --------
 
+.. only:: man
+
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
 
-:manpage:`memcached(1)` :manpage:`libmemcached(3)`
+.. only:: html
 
+* :doc:`/libmemcached`
+* :doc:`/libmemcached/memcached_touch`