X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemflush.rst;h=d2cb644fd2b6b85fe125e172f0388851d940e7b7;hb=16ba6539e831e2abcef9dcf56fa26e3a0d5c7f91;hp=5d6b865b704ee78ee6e5931fdf0d7fc3276e2d2f;hpb=1eae35aca01e152e10113cd97b7571ebd6eb5bd9;p=awesomized%2Flibmemcached diff --git a/docs/memflush.rst b/docs/memflush.rst index 5d6b865b..d2cb644f 100644 --- a/docs/memflush.rst +++ b/docs/memflush.rst @@ -1,52 +1,58 @@ -.. highlight:: perl +======================================= +memflush - flush all data from a server +======================================= -**** -NAME -**** +Reset a server or list of servers -memflush - Reset a server or list of servers +-------- +SYNOPSIS +-------- +:program: `memflush` -******** -SYNOPSIS -******** +.. program:: memflush +----------- +DESCRIPTION +----------- -.. code-block:: perl +:program:`memflush` resets the contents of memcached(1) servers. +This means that all data in the specified servers will be deleted. - memflush [options] +------- +OPTIONS +------- -*********** -DESCRIPTION -*********** +You can specify servers via the option: +.. option:: --servers -\ **memflush**\ resets the contents of memcached(1) servers. -This means all data in these servers will be deleted. +or via the environment variable: -You can specify servers via the \ **--servers**\ option or via the -environment variable \ ``MEMCACHED_SERVERS``\ . +.. envvar:: `MEMCACHED_SERVERS` -For a full list of operations run the tool with the \ **--help**\ option. +For a full list of operations run the tool with option: +.. option:: --help -**** + +---- HOME -**** +---- To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ -****** +------ AUTHOR -****** +------ Brian Aker, @@ -54,10 +60,8 @@ Brian Aker, Mark Atwood -******** +-------- SEE ALSO -******** - - -memcached(1) libmemcached(3) +-------- +:manpage:`memcached(1)` :manpage:`libmemcached(3)`