X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_auto.rst;h=1171393d04f0260c8d6c8d2522550e18f407ec19;hb=90bb4fb5810353d35ce5575caa3b0a2139e3f4a1;hp=03ed8bad2ae0cc8ed91188665198f2c09f81a4ae;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_auto.rst b/docs/source/libmemcached/memcached_auto.rst index 03ed8bad..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,7 +65,6 @@ 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 ------ @@ -76,7 +72,6 @@ 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 --------