X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_fetch.rst;h=ae5677778dec6b5818fd77c860de743a92caeb74;hb=e20117720ca0fa133781b62c43aab59fe864b390;hp=a7f438a92d0c1bc80b68d526c220bec9b1e04664;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_fetch.rst b/docs/source/libmemcached/memcached_fetch.rst index a7f438a9..ae567777 100644 --- a/docs/source/libmemcached/memcached_fetch.rst +++ b/docs/source/libmemcached/memcached_fetch.rst @@ -1,10 +1,8 @@ -================= memcached_fetch ================= .. index:: object: memcached_st --------- SYNOPSIS -------- @@ -17,7 +15,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -34,9 +31,8 @@ All of the above functions are not tested when the `MEMCACHED_BEHAVIOR_USE_UDP` has been set. Executing any of these functions with this behavior on will result in `MEMCACHED_NOT_SUPPORTED` being returned, or for those functions which do not return a :type:`memcached_return_t`, the error function parameter will be set to `MEMCACHED_NOT_SUPPORTED`. ------- -RETURN ------- +RETURN VALUE +------------ :func:`memcached_fetch` sets error to to `MEMCACHED_END` upon successful conclusion. @@ -46,7 +42,6 @@ to `MEMCACHED_END` upon successful conclusion. and the key was set larger then `MEMCACHED_MAX_KEY`, which was the largest key allowed for the original memcached ascii server. --------- SEE ALSO --------