X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemtouch.rst;h=4e55ab15963d07fc1fb3bf373dbbb842f02b25f5;hb=c98c359a7ea03a0919a385bc88bf1387a47a41e8;hp=44b4c0857ea55b765bb01da5684382368ea9c95f;hpb=49aa94b8c4df6c3fd9d5c9688651c6f928f9aad1;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memtouch.rst b/docs/source/bin/memtouch.rst index 44b4c085..4e55ab15 100644 --- a/docs/source/bin/memtouch.rst +++ b/docs/source/bin/memtouch.rst @@ -1,49 +1,36 @@ -========================= -memtouch - Touches a key. -========================= +memtouch +======== - --------- SYNOPSIS -------- -memtouch [options] key - .. program:: memtouch +memtouch [options] ------------ DESCRIPTION ----------- - :program:`memtouch` does a "touch" on the specified key. -------- OPTIONS ------- +.. include:: options/all.rst +.. include:: options/common.rst +.. include:: options/expire.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 - - - --------- SEE ALSO -------- +.. only:: man + + :manpage:`memcached(1)` + :manpage:`libmemcached(3)` -:manpage:`memcached(1)` :manpage:`libmemcached(3)` +.. only:: html +* :doc:`/libmemcached` +* :doc:`/libmemcached/memcached_touch`