fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
index 50e924157b69201aea4c6c2a8e7bab74ce50a652..fc5895ff5c69d321ebe4da8b3194a5bae345ed31 100644 (file)
@@ -1,50 +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
+.. include:: common/env.rst
 
-or via the environment variable:
+NOTES
+-----
 
-.. envvar:: `MEMCACHED_SERVERS`
+.. include:: common/note_program_prefix.rst
 
-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
-
-
-
---------
 SEE ALSO
 --------
 
 .. only:: man
 
-  :manpage:`memcached(1)` :manpage:`libmemcached(3)`
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
+
+.. only:: html
 
+* :doc:`/libmemcached`
+* :doc:`/libmemcached/memcached_touch`