X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_create.rst;h=1189fdf07577d2eca6578e99038fdfabd7f41e56;hb=43032f572a83233b5183ed6989921efe930aa719;hp=ab6760b148597cc4950b6a5357028e6286388a11;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_create.rst b/docs/source/libmemcached/memcached_create.rst index ab6760b1..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,7 +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 ------ @@ -62,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 --------