X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibmemcached%2Fmemcached_append.rst;h=5aa1ce3f482ac6c473ea308c8fecb820f60b8446;hb=90bb4fb5810353d35ce5575caa3b0a2139e3f4a1;hp=ba3aaaab27426e503e48f979f324934a53fa64b7;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_append.rst b/docs/source/libmemcached/memcached_append.rst index ba3aaaab..5aa1ce3f 100644 --- a/docs/source/libmemcached/memcached_append.rst +++ b/docs/source/libmemcached/memcached_append.rst @@ -1,4 +1,3 @@ -============================================= Appending or Prepending to data on the server ============================================= @@ -6,7 +5,6 @@ Appending or Prepending to data on the server Appending or Prepending to data on the server --------- SYNOPSIS -------- @@ -22,7 +20,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -69,7 +66,6 @@ there are at least 1318 bytes available to split among the key, key_prefix and value. If the total size of the command, including overhead, exceeds 1400 bytes, a `MEMCACHED_WRITE_FAILURE` will be returned. ------- RETURN ------ @@ -78,7 +74,6 @@ On success the value will be `MEMCACHED_SUCCESS`. Use :func:`memcached_strerror` to translate this value to a printable string. --------- SEE ALSO --------