X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_quit.rst;h=6559a7c4a0020c4a74132003191e7c6169dccaa7;hb=43032f572a83233b5183ed6989921efe930aa719;hp=a50046d3d28959c63b8b2233f18b437cf7084678;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_quit.rst b/docs/source/libmemcached/memcached_quit.rst index a50046d3..6559a7c4 100644 --- a/docs/source/libmemcached/memcached_quit.rst +++ b/docs/source/libmemcached/memcached_quit.rst @@ -1,10 +1,8 @@ -==================================== Disconnecting a client from a server ==================================== .. index:: object: memcached_st --------- SYNOPSIS -------- @@ -14,7 +12,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -27,7 +24,6 @@ hashes and parameters will handle connections to the server for you. This function is provided mainly so that you can timeout your connections or reset connections during the middle of a :func:`memcached_fetch`. ------- RETURN ------ @@ -35,7 +31,6 @@ A value of type :type:`memcached_return_t` is returned On success that value will be `MEMCACHED_SUCCESS`. Use :func:`memcached_strerror` to translate this value to a printable string. --------- SEE ALSO --------