X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_quit.rst;h=06e98e8fa856661edb4e8ffad16d5dc332624bcd;hb=c3723b53b87471782076765f0fff656d07de74e0;hp=974f4a50069f36459e9df776c9070ef38e379e3b;hpb=f285e1b3821f56a8983b5ce9fb1a0070e7bb0a1c;p=m6w6%2Flibmemcached diff --git a/docs/memcached_quit.rst b/docs/memcached_quit.rst index 974f4a50..06e98e8f 100644 --- a/docs/memcached_quit.rst +++ b/docs/memcached_quit.rst @@ -1,38 +1,22 @@ -.. highlight:: perl +==================================== +Disconnecting a client from a server +==================================== +.. index:: object: memcached_st -memcached_quit -************** - - -Disconnect from all servers - - -******* -LIBRARY -******* - - -C Client Library for memcached (libmemcached, -lmemcached) - - -******** +-------- SYNOPSIS -******** - - - -.. code-block:: perl +-------- - #include +#include - void memcached_quit (memcached_st *ptr); +.. c:function:: void memcached_quit (memcached_st *ptr); +Compile and link with -lmemcached - -*********** +----------- DESCRIPTION -*********** +----------- memcached_quit() will disconnect you from all currently connected servers. @@ -46,9 +30,9 @@ function is provided mainly so that you can timeout your connections or reset connections during the middle of a memcached_fetch(). -****** +------ RETURN -****** +------ A value of type \ ``memcached_return``\ is returned @@ -56,27 +40,25 @@ On success that value will be \ ``MEMCACHED_SUCCESS``\ . Use memcached_strerror() to translate this value to a printable string. -**** +---- HOME -**** +---- To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ -****** +------ AUTHOR -****** +------ Brian Aker, -******** +-------- SEE ALSO -******** - - -memcached(1) libmemcached(3) memcached_strerror(3) +-------- +:manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`