X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemrm.rst;h=7b34b029a4a71ed18178f406efc8bc2941f35ef8;hb=a96430cd62ea426e2874c373b486fe07cce82f03;hp=df40ed3c60ea95e41ede1bbc7ad7f5ed0bc45a7f;hpb=d66b08d5fa6b3a8d5c7d622c17ece15a2a393f16;p=m6w6%2Flibmemcached diff --git a/docs/memrm.rst b/docs/memrm.rst index df40ed3c..7b34b029 100644 --- a/docs/memrm.rst +++ b/docs/memrm.rst @@ -10,12 +10,9 @@ memrm - Remove a key(s) from a collection of memcached servers SYNOPSIS -------- +:program: `memrm` - -.. code-block:: perl - - memrm [options] key key ... - +.. program:: memrm ----------- @@ -23,12 +20,27 @@ DESCRIPTION ----------- -\ **memrm**\ removes items, specified by key, from memcached(1) servers. +:program:`memrm` removes items, specified by key, from memcached(1) servers. + + +------- +OPTIONS +------- + + +You can specify servers via the option: + +.. option:: --servers + +or via the environment variable: + +.. envvar:: `MEMCACHED_SERVERS` + +For a full list of operations run the tool with the + +.. option:: --help -You can specify servers via the \ **--servers**\ option or via the -environment variable \ ``MEMCACHED_SERVERS``\ . -For a full list of operations run the tool with the \ **--help**\ option. ---- @@ -37,7 +49,7 @@ HOME To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ ------ @@ -55,5 +67,5 @@ SEE ALSO -------- -memcached(1) libmemcached(3) +:manpage:`memcached(1)` :manpage:`libmemcached(3)`