fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
index c06d42e93b89ed43dbc539b7f6f185ae140cfde3..fc5895ff5c69d321ebe4da8b3194a5bae345ed31 100644 (file)
@@ -1,14 +1,13 @@
-=========================
-memtouch - Touches a key.
-=========================
+memtouch
+========
 
 SYNOPSIS
 --------
 
-memtouch [options] key
-
 .. program:: memtouch
 
+|client_prefix|\touch [options] <key>
+
 DESCRIPTION
 -----------
 
@@ -17,24 +16,26 @@ DESCRIPTION
 OPTIONS
 -------
 
-You can specify servers via the option:
-
-.. option:: --servers
+.. include:: options/common_get.rst
+.. include:: options/hash.rst
+.. include:: options/expire.rst
 
-or via the environment variable:
+.. include:: common/env.rst
 
-.. envvar:: `MEMCACHED_SERVERS`
+NOTES
+-----
 
-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
+.. include:: common/note_program_prefix.rst
 
 SEE ALSO
 --------
 
 .. only:: man
 
-  :manpage:`memcached(1)` :manpage:`libmemcached(3)`
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
+
+.. only:: html
 
+* :doc:`/libmemcached`
+* :doc:`/libmemcached/memcached_touch`