X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_quit.rst;h=5048f4562ede4152f76879790adad93ef9c44b08;hb=ef301192f389f5f6ab4f8ed8c204ca7e115fe0b1;hp=7cdbe05c807097d9d5ed79509ab4432af1dbdc6f;hpb=d66b08d5fa6b3a8d5c7d622c17ece15a2a393f16;p=awesomized%2Flibmemcached diff --git a/docs/memcached_quit.rst b/docs/memcached_quit.rst index 7cdbe05c..5048f456 100644 --- a/docs/memcached_quit.rst +++ b/docs/memcached_quit.rst @@ -1,16 +1,14 @@ -.. highlight:: perl - - -memcached_quit --------------- +==================================== +Disconnecting a client from a server +==================================== Disconnect from all servers -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) @@ -46,9 +44,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,18 +54,18 @@ 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 `_ -****** +------ AUTHOR -****** +------ Brian Aker,