X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_create.rst;h=1189fdf07577d2eca6578e99038fdfabd7f41e56;hb=43032f572a83233b5183ed6989921efe930aa719;hp=226b658e87dbc8f38915f81b02a6e371e1c4251c;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_create.rst b/docs/source/libmemcached/memcached_create.rst index 226b658e..1189fdf0 100644 --- a/docs/source/libmemcached/memcached_create.rst +++ b/docs/source/libmemcached/memcached_create.rst @@ -1,8 +1,6 @@ -====================================== Creating and destroying a memcached_st ====================================== --------- SYNOPSIS -------- @@ -20,7 +18,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -52,8 +49,6 @@ You may wish to avoid using memcached_create(3) or memcached_clone(3) with a stack based allocation. The most common issues related to ABI safety involve heap allocated structures. - ------- RETURN ------ @@ -63,7 +58,6 @@ that was created (or initialized). On an allocation failure, it returns NULL. :func:`memcached_clone` returns a pointer to the :type:`memcached_st` that was created (or initialized). On an allocation failure, it returns NULL. --------- SEE ALSO --------