X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcachedutil.rst;h=692aa2ef444bda18ff2d6f4b7c4439f77a674b2f;hb=28d3641c8331dfe348a119c6eb4bd776c526da48;hp=e50c800d2787dc104f4f50a9b5d7a2f5397fa68a;hpb=04b8554c3724eae57fbd75dc6b3e69dca8b58187;p=awesomized%2Flibmemcached diff --git a/docs/libmemcachedutil.rst b/docs/libmemcachedutil.rst index e50c800d..692aa2ef 100644 --- a/docs/libmemcachedutil.rst +++ b/docs/libmemcachedutil.rst @@ -35,7 +35,7 @@ THREADS Do not try to access an instance of :c:type:`memcached_st` from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the :c:type:`memcached_st`, or use the memcached pool -implementation. see :c:func:`memcached_pool_create()`. +implementation. see :c:func:`memcached_pool_create`. ----