X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_quit.rst;h=fb137f72dae763632ef87f0e779faba6183f9cfd;hb=41543e45ff7aca5456c9279bc0403ecdc35f7b6e;hp=cf5abdbe88e15b1141db8f3abc5824b1c1f4675e;hpb=1eae35aca01e152e10113cd97b7571ebd6eb5bd9;p=awesomized%2Flibmemcached diff --git a/docs/memcached_quit.rst b/docs/memcached_quit.rst index cf5abdbe..fb137f72 100644 --- a/docs/memcached_quit.rst +++ b/docs/memcached_quit.rst @@ -1,39 +1,21 @@ -.. highlight:: perl +==================================== +Disconnecting a client from a server +==================================== -**** -NAME -**** - - -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. @@ -47,9 +29,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 @@ -57,27 +39,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)`