X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_auto.rst;h=1171393d04f0260c8d6c8d2522550e18f407ec19;hb=43032f572a83233b5183ed6989921efe930aa719;hp=61ffa124c1d6106d8939705d750a87381f441caa;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_auto.rst b/docs/source/libmemcached/memcached_auto.rst index 61ffa124..1171393d 100644 --- a/docs/source/libmemcached/memcached_auto.rst +++ b/docs/source/libmemcached/memcached_auto.rst @@ -1,10 +1,8 @@ -==================================== Incrementing and Decrementing Values ==================================== .. index:: object: memcached_st --------- SYNOPSIS -------- @@ -28,7 +26,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -68,16 +65,13 @@ when using the binary protocol. :func:`memcached_increment_with_initial_by_key`, and :func:`memcached_decrement_with_initial_by_key` are master key equivalents of the above. ------- RETURN ------ - A value of type :type:`memcached_return_t` is returned. On success that value will be `MEMCACHED_SUCCESS`. Use memcached_strerror to translate this value to a printable string. --------- SEE ALSO --------